Skip to content

Commit

Permalink
Fix syntax error in initscript (#33)
Browse files Browse the repository at this point in the history
Fix for `Syntax error: "(" unexpected` in initscript.
  • Loading branch information
Nephiel authored Oct 13, 2024
1 parent d886c0f commit 57937a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian_package/sbin/folder2ram
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if [ "$Timeout" = '' ] ; then
Timeout=2m
fi
function timeout_monitor() {
timeout_monitor() {
sleep "$Timeout"
kill "$1"
}
Expand Down

0 comments on commit 57937a8

Please sign in to comment.