Skip to content

Commit c05ebf8

Browse files
committed
Fix for missing ; in start_script.php
1 parent 209ecbb commit c05ebf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start_script.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
$instanceRoot = getcwd();
2121

2222
# remove do not run file. Cron will start the script within one minute
23-
unlink("$instanceRoot/do_not_run_brewpi")
23+
unlink("$instanceRoot/do_not_run_brewpi");

0 commit comments

Comments
 (0)