mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
[[ -f ./setup ]] && source ./setup
|
||
|
pushd /root >/dev/null
|
||
|
exec su-exec root /bin/echo ""
|
||
|
popd
|