Update run.sh
This commit is contained in:
2
run.sh
2
run.sh
@@ -69,7 +69,7 @@ if [ "${1}" == "update" ]; then
|
|||||||
elif [ "${2}" == "q" ]; then
|
elif [ "${2}" == "q" ]; then
|
||||||
([ -f ${NM_TMPFOLDER}/.singleserver.PW.primary ] || [ -f ${NM_TMPFOLDER}/.singleserver.PWO.primary ]) && ${PW_SCRIPT} service all restart >/dev/null 2>&1
|
([ -f ${NM_TMPFOLDER}/.singleserver.PW.primary ] || [ -f ${NM_TMPFOLDER}/.singleserver.PWO.primary ]) && ${PW_SCRIPT} service all restart >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
sleep 90s && rm -f ${NM_TMPFOLDER}/.nosend_update &
|
sleep 60s && rm -f ${NM_TMPFOLDER}/.nosend_update &
|
||||||
|
|
||||||
elif [ "${2}" != "q" ]; then
|
elif [ "${2}" != "q" ]; then
|
||||||
echo -en "\e[1A";
|
echo -en "\e[1A";
|
||||||
|
|||||||
Reference in New Issue
Block a user