Make sure that the prestart routine is run with *start, instead of
just 'start'. Reminded by: keramida
This commit is contained in:
parent
3d21d174f9
commit
761b74bc75
@ -47,7 +47,7 @@ load_rc_config $name
|
||||
|
||||
# The clear_tmp_X variable should be tested even if clear_tmp_enable is NO
|
||||
case "$1" in
|
||||
start) cleartmp_prestart ;;
|
||||
*start) cleartmp_prestart ;;
|
||||
esac
|
||||
|
||||
run_rc_command "$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user