Fix YAML format in start-stop-daemon

master
Andrea Cardaci 2018-11-05 16:41:04 +01:00
parent 86e249e812
commit 66844f9cc4
1 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,7 @@ functions:
shell: shell:
- code: start-stop-daemon -n $RANDOM -S -x /bin/sh - code: start-stop-daemon -n $RANDOM -S -x /bin/sh
suid: suid:
- code: | - code: ./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
./start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p
sudo: sudo:
- code: | - code: sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
sudo start-stop-daemon -n $RANDOM -S -x /bin/sh
--- ---