Use bash for Debian compat
This commit is contained in:
parent
89c2c4a2dc
commit
5e89d9d31e
7 changed files with 50 additions and 6 deletions
|
|
@ -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=$!
|
||||
|
|
|
|||
Reference in a new issue