We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad5057 commit 4a3a79dCopy full SHA for 4a3a79d
install/usr/local/bin/restore
@@ -77,7 +77,7 @@ fi
77
get_filename() {
78
COLUMNS=12
79
prompt="Please select a file to restore:"
80
- options=( $(find "${DEFAULT_BACKUP_PATH}" -type f -maxdepth 2 -not -name '*.md5' -not -name '*.sha1' -print0 | sort -z | xargs -0) )
+ options=( $(find "${DEFAULT_FILESYSTEM_PATH}" -type f -maxdepth 2 -not -name '*.md5' -not -name '*.sha1' -print0 | sort -z | xargs -0) )
81
PS3="$prompt "
82
select opt in "${options[@]}" "Custom" "Quit" ; do
83
if (( REPLY == 2 + ${#options[@]} )) ; then
0 commit comments