#2814 PR merged: Replace 'RELAXRECOVER' in variable names

Labels: cleanup, fixed / solved / done

jsmeix opened issue at 2022-06-01 07:32:

In lib/global-functions.sh in the function mount_url()
renamed the user config variable
USER_INPUT_RELAXRECOVER_SYMLINK_TARGET
as USER_INPUT_ISO_SYMLINK_TARGET
because the old name contained a user config value:
RELAXRECOVER was an old default value of ISO_VOLID, see
https://github.com/rear/rear/pull/2457

Accordingly also renamed the local variables
relaxrecover_block_device
relaxrecover_symlink_name
relaxrecover_symlink_target
as
iso_block_device
iso_symlink_name
iso_symlink_target

jsmeix commented at 2022-06-02 11:05:

@rear/contributors
if my changed variable names
are OK for you I would like to merge
this pull request tomorrow afternoon.


[Export of Github issue for rear/rear.]