Skip to content

Commit a7ab975

Browse files
fix: syntax missing $
1 parent a01d083 commit a7ab975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udroid/src/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ login() {
608608
fi
609609

610610
# [CONDITIONAL]: pulseaudio server for audio output (speaker)
611-
if ! no_pulseserver; then
611+
if ! $no_pulseserver; then
612612
pulseaudio --start \
613613
--load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" \
614614
--exit-idle-time=-1

0 commit comments

Comments
 (0)