update external_backup script

This commit is contained in:
naturallaw77 2024-03-13 17:36:06 -07:00
parent d0b590de70
commit 52dd7eeae7

View File

@ -4,6 +4,12 @@ CHOOSE () {
file=$(zenity --file-selection --directory --title="Sovran_SystemsOS External Backup - CHOOSE BACKUP LOCATION")
if [[ $? -eq 1 ]]; then
exit 1
fi
}
SAGE () {