49 changed files with 51 additions and 2 deletions
@ -20,7 +20,7 @@ version="210516" |
|||||
emailalert="off" |
emailalert="off" |
||||
email="[email protected]" |
email="[email protected]" |
||||
|
|
||||
# Pushbullet |
# Pushbullet |
||||
# https://www.pushbullet.com/#settings |
# https://www.pushbullet.com/#settings |
||||
pushbulletalert="off" |
pushbulletalert="off" |
||||
pushbullettoken="accesstoken" |
pushbullettoken="accesstoken" |
||||
@ -53,6 +53,7 @@ selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" |
|||||
lockselfname=".${servicename}.lock" |
lockselfname=".${servicename}.lock" |
||||
lgsmdir="${rootdir}/lgsm" |
lgsmdir="${rootdir}/lgsm" |
||||
functionsdir="${lgsmdir}/functions" |
functionsdir="${lgsmdir}/functions" |
||||
|
libdir="${lgsmdir}/lib" |
||||
filesdir="${rootdir}/serverfiles" |
filesdir="${rootdir}/serverfiles" |
||||
systemdir="${filesdir}/System" |
systemdir="${filesdir}/System" |
||||
executabledir="${systemdir}" |
executabledir="${systemdir}" |
||||
@ -112,7 +113,7 @@ if [ ! -f "${filedir}/${filename}" ]; then |
|||||
exit 1 |
exit 1 |
||||
else |
else |
||||
echo -e "\e[0;32mOK\e[0m" |
echo -e "\e[0;32mOK\e[0m" |
||||
fi |
fi |
||||
else |
else |
||||
echo -e "\e[0;31mFAIL\e[0m\n" |
echo -e "\e[0;31mFAIL\e[0m\n" |
||||
echo "Curl is not installed!" |
echo "Curl is not installed!" |
||||
|
Loading…
Reference in new issue