Update config fix n

send-commands
Alan Johnston 1 month ago committed by GitHub
parent a7dade5daf
commit 1dad004f08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,11 +56,11 @@ echo
sudo modprobe snd-aloop
if [ "$2" = "n" ] ; then
#if [ -z "$2" ] ; then
noreboot=0
else
#if [ -z "$2" ] ; then # need to swap else if change
noreboot=1
echo "Reboot disabled"
else
noreboot=0
fi
# echo "No reboot"

Loading…
Cancel
Save

Powered by TurnKey Linux.