mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-04 20:03:23 +02:00
correct exit codes
This commit is contained in:
@@ -96,7 +96,7 @@ EOF
|
||||
systemctl restart code-server@"$USER"
|
||||
if ! systemctl is-active --quiet code-server@"$USER"; then
|
||||
msg_error "code-server service failed to start."
|
||||
exit 1
|
||||
exit 150
|
||||
fi
|
||||
msg_ok "Installed ${APP}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user