This commit is contained in:
2025-08-19 22:25:40 -05:00
parent aebe0cab1d
commit 5b7490e242
3 changed files with 21 additions and 21 deletions

View File

@@ -87,11 +87,11 @@ NEWCERT(){
DIVIDER true
if [ ${NONGINXRESTART} -eq 0 ]; then
if [[ "${RUN_NODE_IP}" != "10.6.1"* ]]; then
# if [[ "${RUN_NODE_IP}" != "10.6.1"* ]]; then
SERVICE_MGMT nginx restart
else
/bin/systemctl restart nginx
fi
# else
# /bin/systemctl restart nginx
# fi
fi
fi
echo