summaryrefslogtreecommitdiff
path: root/docker/hybrid/import-backup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/hybrid/import-backup.sh')
-rwxr-xr-xdocker/hybrid/import-backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/hybrid/import-backup.sh b/docker/hybrid/import-backup.sh
index c49ad15..4fdb9c4 100755
--- a/docker/hybrid/import-backup.sh
+++ b/docker/hybrid/import-backup.sh
@@ -13,7 +13,7 @@ if ! docker images | grep debian | grep stable > /dev/null; then
fi
if test -z $1; then
- echo Please, give the backup file\'s path as the one argument.
+ echo "Please, give the backup (TAR) file\'s path as the one argument."
exit 1
fi