diff options
-rw-r--r-- | bootrun | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ start() { user="$(cut -d: -f1 <<< "$line")" file="$(cut -d: -f2 <<< "$line")/.bootrun" if [ -x "$file" ]; then - start_run "$file" "$user" &>> /var/log/bootrun.log + start_run "$file" "$user" &>> /var/log/bootrun.log & fi done } |