update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
PW_VERS='2.10.23-06192025'
|
PW_VERS='2.10.24-06192025'
|
||||||
|
|
||||||
noheader=' update service dailytemp confsync -r -report test '
|
noheader=' update service dailytemp confsync -r -report test '
|
||||||
|
|
||||||
|
|||||||
4
run.sh
4
run.sh
@@ -63,10 +63,10 @@ if [ "${1}" == "update" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
elif [ "${2}" == "y" ]; then
|
elif [ "${2}" == "y" ]; then
|
||||||
${PW_SCRIPT} service all restart
|
([ -f ${NM_TMPFOLDER}/.singleserver.PW.primary ] || [ -f ${NM_TMPFOLDER}/.singleserver.PWO.primary ]) && ${PW_SCRIPT} service all restart
|
||||||
|
|
||||||
elif [ "${2}" == "q" ]; then
|
elif [ "${2}" == "q" ]; then
|
||||||
${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
|
||||||
|
|
||||||
elif [ "${2}" != "q" ]; then
|
elif [ "${2}" != "q" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user