summaryrefslogtreecommitdiffstats
path: root/bootrun
diff options
context:
space:
mode:
Diffstat (limited to 'bootrun')
-rw-r--r--bootrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootrun b/bootrun
index 4f49a3c..fefc47b 100644
--- a/bootrun
+++ b/bootrun
@@ -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
}