Use bash for Debian compat

This commit is contained in:
nemunaire 2014-11-20 21:03:35 +01:00
commit 5e89d9d31e
7 changed files with 50 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This script does all actions in backend production environment
@ -14,6 +14,8 @@ then
exit $?
fi
mkdir -p ./logs
touch ./logs/checks.log
tail -f ./logs/checks.log &
KP1=$!