summaryrefslogtreecommitdiffstats
path: root/etc/rc.restore_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-20 22:16:13 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-20 22:16:13 -0400
commit1f06d2170f731204d8991725b46471c6932b75e3 (patch)
tree312d824a98f03af244d78e90421f68de3acba18e /etc/rc.restore_full_backup
parent6cf2e475ae05314c0a7e006305378829a91e94eb (diff)
downloadpfsense-1f06d2170f731204d8991725b46471c6932b75e3.zip
pfsense-1f06d2170f731204d8991725b46471c6932b75e3.tar.gz
Revise text
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