Update run.sh
This commit is contained in:
5
run.sh
5
run.sh
@@ -62,8 +62,11 @@ if [ "${1}" == "update" ]; then
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
elif [ "${2}" == "y" ]; then
|
||||||
${PW_SCRIPT} service all restart
|
${PW_SCRIPT} service all restart
|
||||||
|
|
||||||
|
elif [ "${2}" == "q" ]; then
|
||||||
|
${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