Skip to content

Commit

Permalink
Include USB export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Dec 4, 2023
1 parent 0ac6601 commit f6d87b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/ffsync/src/wizard/uninstall_uifile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PAGE_FFSYNC_REMOVE=$(/bin/cat<<EOF
"validator": {
"allowBlank": true,
"regex": {
"expr": "/^\\\/volume[0-9]+\\\//",
"expr": "/^\\\/(volume|volumeUSB)[0-9]+\\\//",
"errorText": "Path should begin with /volume?/ with ? the number of the volume"
}
}
Expand Down

0 comments on commit f6d87b2

Please sign in to comment.