update external_backup script
This commit is contained in:
parent
d0b590de70
commit
52dd7eeae7
@ -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 () {
|
||||
|
Reference in New Issue
Block a user