Some update
This commit is contained in:
parent
844046a1f5
commit
99fac97d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ EOL
|
||||||
fi
|
fi
|
||||||
elif [[ "$add_service" =~ ^(no|n)$ ]]; then
|
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 CTRL+C to stop the script."
|
echo "INFO: Running reporter.sh directly. Press ^C to stop the script."
|
||||||
if "$script_path"; then
|
if "$script_path"; then
|
||||||
echo "INFO: reporter.sh executed successfully."
|
echo "INFO: reporter.sh executed successfully."
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue