summaryrefslogtreecommitdiffstats
path: root/etc/rc.restore_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-20 22:15:05 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-20 22:15:05 -0400
commit6cf2e475ae05314c0a7e006305378829a91e94eb (patch)
tree0636f22eb32d77ff59c149f87201740b8b616218 /etc/rc.restore_full_backup
parentea546e4943780afb75f2db2fb3dfff5fac52397a (diff)
downloadpfsense-6cf2e475ae05314c0a7e006305378829a91e94eb.zip
pfsense-6cf2e475ae05314c0a7e006305378829a91e94eb.tar.gz
pipe to more
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 44b63d2..4d74466 100755
--- a/etc/rc.restore_full_backup
+++ b/etc/rc.restore_full_backup
@@ -6,5 +6,5 @@ if [ -f $1 ]; then
echo "Restore of $1 complete."
else
echo "Could not locate ${1}. Available backups:"
- ls -lah /root | grep backup
+ ls -lah /root | grep backup | more
fi
OpenPOWER on IntegriCloud