mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Minor fixes
This commit is contained in:
parent
02bdb544c9
commit
ea546e4943
@ -2,11 +2,9 @@
|
||||
|
||||
if [ -f $1 ]; then
|
||||
echo "One moment please while we restore $1"
|
||||
tar xzvPfU $1 -C /
|
||||
tar xzPfU $1 -C /
|
||||
echo "Restore of $1 complete."
|
||||
else
|
||||
echo "Could not locate $1"
|
||||
echo
|
||||
echo "Available backups:"
|
||||
ls -lah /root | grep Backup
|
||||
echo "Could not locate ${1}. Available backups:"
|
||||
ls -lah /root | grep backup
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user