updates :)

This commit is contained in:
root 2018-04-29 15:05:01 +02:00
parent 494ff28cc4
commit 758db52158
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,7 @@
#!/bin/bash
su -s /bin/bash - nobody -c "$(dirname $0)/irc-bot"
while true
do
su -s /bin/bash - nobody -c "$(dirname $0)/irc-bot"
sleep 10
done