updating files to push to /data/wavehunter directory

This commit is contained in:
Cooper Quintin
2023-12-15 16:40:02 -08:00
parent 43a40e02c9
commit 0f6020cc2d
3 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ case "$1" in
start)
echo -n "Starting wavehunter: "
start-stop-daemon -S -b --make-pidfile --pidfile /tmp/wavehunter.pid \
--startas /bin/bash -- -c "exec /data/wavehunter > /data/wavehunter.log 2>&1"
--startas /bin/bash -- -c "exec /data/wavehunter/wavehunter > /data/wavehunter/wavehunter.log 2>&1"
echo "done"
;;
stop)