Skip to content

Commit

Permalink
Remove sleep at start
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Sep 7, 2020
1 parent a007861 commit 3fe7506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Docker/rootfs/etc/services.d/NetDaemonAdmin/run
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
if [[ $NETDAEMON__ADMIN == "true" ]]; then
echo "Starting NetDaemon Admin"
cd /admin || exit 1
exec sleep 15
exec node ./host/admin.js
else
exec sleep 2147483647
Expand Down

0 comments on commit 3fe7506

Please sign in to comment.