This commit is contained in:
Scott Ullrich 2010-05-20 19:59:07 -04:00
parent 7ec0aeb153
commit 02bdb544c9

View File

@ -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