mirror of
https://github.com/Pakobbix/passive-income.git
synced 2025-11-09 14:59:40 +00:00
fixed missing /tmp/
This commit is contained in:
parent
c9faefa42c
commit
4c7716a913
@ -13,7 +13,7 @@ if [ -f /tmp/ebesucher_restart.lock ]; then
|
||||
fi
|
||||
|
||||
# Erstelle Lockfile
|
||||
echo $$ > ebesucher_restart.lock
|
||||
echo $$ > /tmp/ebesucher_restart.lock
|
||||
|
||||
# Ordner des Skripts
|
||||
git_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user