diff options
Diffstat (limited to '.builds')
-rwxr-xr-x | .builds/smoketest-seatd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/smoketest-seatd.sh b/.builds/smoketest-seatd.sh index 58a6eb4..f6f9732 100755 --- a/.builds/smoketest-seatd.sh +++ b/.builds/smoketest-seatd.sh @@ -4,7 +4,7 @@ # Start seatd # [ -f seatd.sock ] && sudo rm seatd.sock -sudo LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/seatd & +sudo SEATD_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/seatd & # seatd is started in the background, so wait for it to come alive cnt=0 |