mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-05 10:52:49 +00:00
remove sleep command as not needed (#2056)
This commit is contained in:
1
.github/CONTRIBUTOR_GUIDE/ct/AppName.sh
vendored
1
.github/CONTRIBUTOR_GUIDE/ct/AppName.sh
vendored
@@ -66,7 +66,6 @@ function update_script() {
|
|||||||
# Starting Services
|
# Starting Services
|
||||||
msg_info "Starting $APP"
|
msg_info "Starting $APP"
|
||||||
systemctl start [SERVICE_NAME]
|
systemctl start [SERVICE_NAME]
|
||||||
sleep 2
|
|
||||||
msg_ok "Started $APP"
|
msg_ok "Started $APP"
|
||||||
|
|
||||||
# Cleaning up
|
# Cleaning up
|
||||||
|
|||||||
Reference in New Issue
Block a user