Skip to content

Commit

Permalink
Update backup_func.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrfv committed May 18, 2023
1 parent e816f54 commit d7be39e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions functions/backup_func.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ function backup_func() {
wait_for_enter
archive_path=$(kdialog --getexistingdirectory /mnt/c 2>/dev/null | tail -n 1 | sed 's/\r$//' || true)
else
get_text_input \
"Please enter the backup location. Enter '.' for the current working directory.
Note: Backups will first be made on the drive this script is located in, and then will be copied to the specified location." \
archive_path \
"."
get_text_input "Please enter the backup location. Enter '.' for the current working directory. Backups will first be made on the drive this script is located in, and then will be copied to the specified location." archive_path "."
fi

fi
Expand Down

0 comments on commit d7be39e

Please sign in to comment.