Chris Vogel 1 год назад
Родитель
Сommit
2e8373397a
2 измененных файлов с 2 добавлено и 4 удалено
  1. 1 3
      manifest.toml
  2. 1 1
      scripts/install

+ 1 - 3
manifest.toml

@@ -64,9 +64,7 @@ ram.runtime = "50M"
     type = "group"
     default = "visitors"
 
-	[install.password]
-
-	[install.password.couchdb]
+    [install.password_couchdb_admin]
     # couchdb admin password
     type = password
 

+ 1 - 1
scripts/install

@@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
 #=================================================
 
 # Not stored by default
-ynh_app_setting_set --app=$app --key=password --value="$password"
+ynh_app_setting_set --app=$app --key=password --value="$password_couchdb_admin"
 
 #=================================================
 # NGINX CONFIGURATION