|
|
|
|
443
|
|
443
|
|
444
|
|
444
|
|
445
|
function interactive_configuration_remote_backups {
|
445
|
function interactive_configuration_remote_backups {
|
|
|
446
|
+ if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
|
|
447
|
+ return
|
|
|
448
|
+ fi
|
446
|
if [ ! -f /usr/local/bin/freedombone-remote ]; then
|
449
|
if [ ! -f /usr/local/bin/freedombone-remote ]; then
|
447
|
if [ ! -f /usr/bin/freedombone-remote ]; then
|
450
|
if [ ! -f /usr/bin/freedombone-remote ]; then
|
448
|
echo 'The command freedombone-remote was not found'
|
451
|
echo 'The command freedombone-remote was not found'
|