summaryrefslogtreecommitdiffstats
path: root/etc/rc.restore_full_backup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.restore_full_backup')
-rwxr-xr-xetc/rc.restore_full_backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.restore_full_backup b/etc/rc.restore_full_backup
index 4d74466..92c1394 100755
--- a/etc/rc.restore_full_backup
+++ b/etc/rc.restore_full_backup
@@ -1,7 +1,7 @@
#!/bin/sh
if [ -f $1 ]; then
- echo "One moment please while we restore $1"
+ echo "One moment, restoring ${1}..."
tar xzPfU $1 -C /
echo "Restore of $1 complete."
else
OpenPOWER on IntegriCloud