Fixed terminal output for volume adjustment
This commit is contained in:
@@ -12,7 +12,7 @@ NetCheck(){
|
||||
}
|
||||
|
||||
#Set system volume
|
||||
amixer set Master 80%
|
||||
amixer set Master 80% >/dev/null
|
||||
|
||||
#Check for network
|
||||
echo "Waiting for network"
|
||||
@@ -37,4 +37,4 @@ if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]] && [[ "$Net" = "true" ]]; then
|
||||
else
|
||||
echo "System could not be initialized, exited"
|
||||
sleep 10000
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user