Update config check for n for no reboot

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

@ -55,8 +55,8 @@ echo
sudo modprobe snd-aloop
# if [ "$2" = "n" ] ; then
if [ -z "$2" ] ; then
if [ "$2" = "n" ] ; then
#if [ -z "$2" ] ; then
noreboot=0
else
noreboot=1

Loading…
Cancel
Save

Powered by TurnKey Linux.