summaryrefslogtreecommitdiffstats
path: root/etc/rc.restore_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-20 19:59:07 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-20 19:59:07 -0400
commit02bdb544c98e7d0d20feef37b58091b32e474604 (patch)
tree023363df9385d4ce963cca35f93972d710c528cf /etc/rc.restore_full_backup
parent7ec0aeb1531423c88406c5c7c87713316dbc6a04 (diff)
downloadpfsense-02bdb544c98e7d0d20feef37b58091b32e474604.zip
pfsense-02bdb544c98e7d0d20feef37b58091b32e474604.tar.gz
Use echo
Diffstat (limited to 'etc/rc.restore_full_backup')
-rwxr-xr-xetc/rc.restore_full_backup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.restore_full_backup b/etc/rc.restore_full_backup
index a5b890a..e3b8f68 100755
--- a/etc/rc.restore_full_backup
+++ b/etc/rc.restore_full_backup
@@ -6,6 +6,7 @@ if [ -f $1 ]; then
echo "Restore of $1 complete."
else
echo "Could not locate $1"
- ls "Available backups:"
+ echo
+ echo "Available backups:"
ls -lah /root | grep Backup
fi
OpenPOWER on IntegriCloud