s_check now uses -eq 1 again instead of = "true"
This commit is contained in:
@@ -4,6 +4,6 @@ pkgs.writeShellApplication {
|
||||
text = ''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
[ "$SOUNDS_ENABLED" = "true" ]
|
||||
[ "$SOUNDS_ENABLED" -eq 1 ]
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user