Skip to content

Commit 25dd0cb

Browse files
authored
Fixed startup flags being lost on restart
1 parent a76eab1 commit 25dd0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

halfHold.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
./halfmod_engine "$@"
44
sleep 1
5-
/bin/bash halfHold.sh
5+
/bin/bash halfHold.sh "$@"
66

0 commit comments

Comments
 (0)