mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-05 00:54:09 -04:00
Add explicit exit calls to update_script functions (#8752)
This commit is contained in:
@@ -62,7 +62,6 @@ function update_script() {
|
||||
sed -i "s/localhost:3012/${IP}:3012/g" /opt/cronicle/conf/config.json
|
||||
$STD /opt/cronicle/bin/control.sh start
|
||||
msg_ok "Installed Cronicle Worker"
|
||||
|
||||
echo -e "\n Add Masters secret key to /opt/cronicle/conf/config.json \n"
|
||||
exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user