Bob Mottram 8 anni fa
parent
commit
98ca24a116
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-turtl

+ 1
- 1
src/freedombone-app-turtl Vedi File

@@ -329,7 +329,7 @@ function install_turtl {
329 329
         echo $'No default turtl api config found'
330 330
         exit 825328
331 331
     fi
332
-    if [ ! -f /var/www/$TURTL_DOMAIN_NAME/htdocs/config/config.default ]; then
332
+    if [ ! -f /var/www/$TURTL_DOMAIN_NAME/htdocs/config/config.js.default ]; then
333 333
         echo $'No default turtl config found'
334 334
         exit 783524
335 335
     fi