We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6af78a + c8278cb commit caf8f3aCopy full SHA for caf8f3a
sage_watcher.sh
@@ -5,10 +5,10 @@
5
6
check_script_requirements() {
7
# Check if script is run as root
8
- if [ "$(id -u)" != "0" ]; then
9
- echo "This script must be run as root" >&2
10
- exit 1
11
- fi
+ # if [ "$(id -u)" != "0" ]; then
+ # echo "This script must be run as root" >&2
+ # exit 1
+ # fi
12
13
# List of required commands
14
local required_cmds=("lsb_release" "grep" "dpkg-query" "ulimit" "tmux" "find" "sort" "comm" "basename" "tail" "watch" "stat" "python3" "pip3")
0 commit comments