No remote backups for the mesh variant
This commit is contained in:
parent
04ba4cb690
commit
e3530bd503
|
@ -443,6 +443,9 @@ function show_help {
|
||||||
|
|
||||||
|
|
||||||
function interactive_configuration_remote_backups {
|
function interactive_configuration_remote_backups {
|
||||||
|
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
if [ ! -f /usr/local/bin/freedombone-remote ]; then
|
if [ ! -f /usr/local/bin/freedombone-remote ]; then
|
||||||
if [ ! -f /usr/bin/freedombone-remote ]; then
|
if [ ! -f /usr/bin/freedombone-remote ]; then
|
||||||
echo 'The command freedombone-remote was not found'
|
echo 'The command freedombone-remote was not found'
|
||||||
|
|
Loading…
Reference in New Issue