Delete old daemon package and fix typos

This commit is contained in:
Patrick Jentsch
2020-11-17 14:58:03 +01:00
parent d187a83b54
commit ddee38e2a5
20 changed files with 6 additions and 696 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [[ "${NOPAQUE_DAEMON_ENABLED}" == "True" ]]; then
echo "Starting nopaque daemon..."
echo "INFO Starting nopaque daemon process..."
./nopaque-daemon.sh &
fi
@ -13,7 +13,7 @@ if [[ "${#}" -eq 0 ]]; then
if [[ "${?}" == "0" ]]; then
break
fi
echo Deploy command failed, retrying in 5 secs...
echo "Deploy command failed, retrying in 5 secs..."
sleep 5
done
python nopaque.py