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
amixer set Master 80%
amixer set Master 80% >/dev/null
#Check for network
echo "Waiting for network"