Change standard out on forced offline enable.

This commit is contained in:
Marco Vermeulen
2013-05-22 22:22:34 +01:00
parent 90d965fdd3
commit a6c12997bb

View File

@@ -19,7 +19,7 @@
function __gvmtool_offline {
if [[ "$1" == "enable" ]]; then
GVM_FORCE_OFFLINE="true"
echo "Enabling forced offline mode!"
echo "Forced offline mode enabled."
fi
if [[ "$1" == "disable" ]]; then
GVM_FORCE_OFFLINE="false"