Skip to content

Commit

Permalink
Correct waitfor
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed May 3, 2017
1 parent 98a1018 commit d0dfb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/startnode
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
waitfordaemon vncserver true
waitfordaemon smbd true
waitfordaemon nmbd true
waitfordaemon "tcpser$NODE" true
waitfordaemon tcpsernodes true

cd "$SESSPATH"
echo "H:" >> drive_d/BOOTUP.BAT
Expand Down

0 comments on commit d0dfb8a

Please sign in to comment.