Skip to content

Commit b158456

Browse files
Update Menu-Selector.sh
1 parent 108efbe commit b158456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sing-Box_Config_Installer/Menu-Selector.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [[ $EUID -ne 0 ]]; then
4-
echo \e[91m"This script requires root privileges. Please run it as root"\e[0m
4+
echo "\e[91mThis script requires root privileges. Please run it as root\e[0m"
55
exit 1
66
fi
77

0 commit comments

Comments
 (0)