|
@ -172,6 +172,7 @@ logs.sh |
|
|
# Will check for updates is updateonstart is yes |
|
|
# Will check for updates is updateonstart is yes |
|
|
if [ "${status}" == "0" ]; then |
|
|
if [ "${status}" == "0" ]; then |
|
|
if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateonstart}" == "on" ]; then |
|
|
if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateonstart}" == "on" ]; then |
|
|
|
|
|
exitbypass=1 |
|
|
command_update.sh |
|
|
command_update.sh |
|
|
fi |
|
|
fi |
|
|
fi |
|
|
fi |
|
|