From c52c6ec3a32c0edb2fb0c3aca1198681d8b2c950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:01:42 +0100 Subject: [PATCH] remove sleep command as not needed (#2056) --- .github/CONTRIBUTOR_GUIDE/ct/AppName.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh index 0cf1dd4a2..160e9e25c 100644 --- a/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh +++ b/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh @@ -66,7 +66,6 @@ function update_script() { # Starting Services msg_info "Starting $APP" systemctl start [SERVICE_NAME] - sleep 2 msg_ok "Started $APP" # Cleaning up