SO Setup - Fix got_root function

This commit is contained in:
Mike Reeves
2018-08-06 09:30:42 -04:00
parent 3870e3cb95
commit bbc3d0582d

View File

@@ -258,7 +258,7 @@ get_main_ip() {
}
}got_root() {
got_root() {
# Make sure you are root
if [ "$(id -u)" -ne 0 ]; then