Fixed terminal output for volume adjustment

This commit is contained in:
Bram Prieshof
2022-09-28 12:31:14 +02:00
parent 102f0cabf4
commit 926fc954c8

View File

@@ -12,7 +12,7 @@ NetCheck(){
} }
#Set system volume #Set system volume
amixer set Master 80% amixer set Master 80% >/dev/null
#Check for network #Check for network
echo "Waiting for network" echo "Waiting for network"
@@ -37,4 +37,4 @@ if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && [[ "$Net" = "true" ]]; then
else else
echo "System could not be initialized, exited" echo "System could not be initialized, exited"
sleep 10000 sleep 10000
fi fi