Skip to content

Commit

Permalink
Update netup
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivateLocker authored Apr 11, 2019
1 parent b947cbb commit 57e869b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions netup
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ elif [[ $1 = "autoexit" ]]; then
else
echo -e "";
sed -i "s/$AUTOEXITON/$AUTOEXITOFF/g" "$HOME/netup/netup"
# replace "$AUTOEXITON" "$AUTOEXITOFF" -- $HOME/netup/netup >/dev/null;
check_good "Changed Automatic Exit of Script to OFF.";
fi
elif [ "$2" = "on" ] || [ "$2" = "ON" ]; then
Expand All @@ -92,7 +91,6 @@ elif [[ $1 = "autoexit" ]]; then
else
echo -e "";
sed -i "s/$AUTOEXITOFF/$AUTOEXITON/g" "$HOME/netup/netup"
# replace "$AUTOEXITOFF" "$AUTOEXITON" -- $HOME/netup/netup >/dev/null;
check_good "Changed Automatic Exit of Script to ON.";
fi
else
Expand All @@ -108,7 +106,6 @@ elif [[ $1 = "autoreboot" ]]; then
else
echo -e "";
sed -i "s/$AUTOBOOTON/$AUTOBOOTOFF/g" "$HOME/netup/netup"
# replace "$AUTOBOOTON" "$AUTOBOOTOFF" -- $HOME/netup/netup >/dev/null;
check_good "Changed Automatic Reboot after Script Completes to OFF.";
fi
elif [ "$2" = "on" ] || [ "$2" = "ON" ]; then
Expand All @@ -119,7 +116,6 @@ elif [[ $1 = "autoreboot" ]]; then
else
echo -e "";
sed -i "s/$AUTOBOOTOFF/$AUTOBOOTON/g" "$HOME/netup/netup"
# replace "$AUTOBOOTOFF" "$AUTOBOOTON" -- $HOME/netup/netup >/dev/null;
check_good "Changed Automatic Reboot after Script Completes to ON.";
fi
else
Expand Down

0 comments on commit 57e869b

Please sign in to comment.