Some update

This commit is contained in:
Sefinek 2024-08-20 08:45:36 +02:00
parent 844046a1f5
commit 99fac97d4a

View file

@ -202,7 +202,7 @@ EOL
fi
elif [[ "$add_service" =~ ^(no|n)$ ]]; then
echo "INFO: reporter.sh will not be added as a service."
echo "INFO: Running reporter.sh directly. Press CTRL+C to stop the script."
echo "INFO: Running reporter.sh directly. Press ^C to stop the script."
if "$script_path"; then
echo "INFO: reporter.sh executed successfully."
else