From dd7c8a43d8414d0cb41c1c4b4e4d71a7914d9740 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Tue, 20 Aug 2024 08:49:45 +0200 Subject: [PATCH] Some fixes --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 37d02a4..ace244d 100644 --- a/install.sh +++ b/install.sh @@ -201,10 +201,10 @@ EOL exit 1 fi elif [[ "$add_service" =~ ^(no|n)$ ]]; then - echo "INFO: reporter.sh will not be added as a service." + echo "INFO: reporter.sh will not be added as a service..." echo "INFO: Running reporter.sh directly. Press ^C to stop the script." if "$script_path"; then - echo "INFO: reporter.sh executed successfully." + echo "INFO: reporter.sh executed successfully!" else echo "ERROR: Failed to execute reporter.sh." exit 1