Bob Mottram 8 anni fa
parent
commit
13f22d1960
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-restore-remote

+ 1
- 1
src/freedombone-restore-remote Vedi File

106
 
106
 
107
 function restore_configfiles {
107
 function restore_configfiles {
108
     if [[ $RESTORE_APP != 'all' ]]; then
108
     if [[ $RESTORE_APP != 'all' ]]; then
109
-        if [[ $RESTORE_APP != 'configuration' ]]; then
109
+        if [[ $RESTORE_APP != 'configfiles' ]]; then
110
             return
110
             return
111
         fi
111
         fi
112
     fi
112
     fi