You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SetupMinecraft.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,9 @@ function read_with_prompt {
47
47
done
48
48
}
49
49
50
-
# Check to make sure we aren't being ran as root
50
+
# Check to make sure we aren't running as root
51
51
if [ $(id -u)= 0 ];then
52
-
echo"This script is not meant to be ran as root or sudo. Please run normally with ./SetupMinecraft.sh. If you know what you are doing and want to override this edit this check out of SetupMinecraft.sh. Exiting..."
52
+
echo"This script is not meant to be run as root. Please run ./SetupMinecraft.sh as a non-root user, without sudo; the script will call sudo when it is needed. Exiting..."
0 commit comments