fixed missing /tmp/

This commit is contained in:
Pakobbix 2023-02-14 20:41:31 +01:00 committed by GitHub
parent c9faefa42c
commit 4c7716a913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ if [ -f /tmp/ebesucher_restart.lock ]; then
fi fi
# Erstelle Lockfile # Erstelle Lockfile
echo $$ > ebesucher_restart.lock echo $$ > /tmp/ebesucher_restart.lock
# Ordner des Skripts # Ordner des Skripts
git_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) git_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)