Skip to content

Commit caf8f3a

Browse files
authored
Merge pull request #5 from wowitsjack/patch-2
Update sage_watcher.sh
2 parents c6af78a + c8278cb commit caf8f3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sage_watcher.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
check_script_requirements() {
77
# 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
8+
# if [ "$(id -u)" != "0" ]; then
9+
# echo "This script must be run as root" >&2
10+
# exit 1
11+
# fi
1212

1313
# List of required commands
1414
local required_cmds=("lsb_release" "grep" "dpkg-query" "ulimit" "tmux" "find" "sort" "comm" "basename" "tail" "watch" "stat" "python3" "pip3")

0 commit comments

Comments
 (0)