Skip to content

Commit

Permalink
Fixed script launching.
Browse files Browse the repository at this point in the history
  • Loading branch information
4y8 committed Mar 3, 2021
1 parent 778da00 commit b0cb07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc.init
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ mount -a
mount -o remount,rw /

for script in /etc/rc.d/*; do
"$script" &
[ -x "$script" ] && "$script"
done

0 comments on commit b0cb07c

Please sign in to comment.