From a7d262ff65a1cfe38420e37b2be672ca39580acd Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Wed, 15 Jan 2025 16:54:08 +0100 Subject: [PATCH] code cleanup --- Scripts/aio_installation.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/aio_installation.sh b/Scripts/aio_installation.sh index 8afc2b7..14b60ea 100644 --- a/Scripts/aio_installation.sh +++ b/Scripts/aio_installation.sh @@ -1,4 +1,6 @@ #!/bin/bash ./install_without_services.sh custom_apps.lst +echo first execution of script finished, waiting 10s to do the second one sleep 5 -./install.sh custom_apps.lst \ No newline at end of file +sleep 5 +./install.sh custom_apps.lst