summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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