mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use echo
This commit is contained in:
parent
7ec0aeb153
commit
02bdb544c9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user