Remove ;;
This commit is contained in:
parent
988289d98d
commit
15fd2f3acc
@ -13,15 +13,15 @@ depend()
|
|||||||
}
|
}
|
||||||
|
|
||||||
_abort() {
|
_abort() {
|
||||||
rc-abort;
|
rc-abort
|
||||||
return 1;
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# We should only reboot when first booting
|
# We should only reboot when first booting
|
||||||
_reboot() {
|
_reboot() {
|
||||||
if [ "${RC_SOFTLEVEL}" = "${RC_BOOTLEVEL}" ]; then
|
if [ "${RC_SOFTLEVEL}" = "${RC_BOOTLEVEL}" ]; then
|
||||||
reboot "$@";
|
reboot "$@"
|
||||||
_abort || return 1;;
|
_abort || return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user