Skip to content

Commit

Permalink
fix: bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan0213 committed Apr 26, 2024
1 parent 2a4020d commit acb2c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/rootfs/etc/services.d/NAStool/finish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash

sh stop-server.sh
sh ./stop-server.sh
2 changes: 1 addition & 1 deletion docker/rootfs/etc/services.d/NAStool/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ else
fi
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost ${NT_PORT}" \
cd ${WORKDIR} s6-setuidgid nt sh start-server.sh
cd ${WORKDIR} s6-setuidgid nt sh ./start-server.sh

0 comments on commit acb2c1f

Please sign in to comment.