فهرست منبع

install script correction

Chris Vogel 1 سال پیش
والد
کامیت
42c5d26fa8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -49,7 +49,7 @@ ynh_install_extra_app_dependencies \
 # add couchdb configuration
 ynh_script_progression --message="Adding a configuration file..." --weight=2
 # customize couchdb config
-ynh_add_config --template="../conf/couch_ynh.ini" --destination="/opt/couchdb/etc/local.d/couch_ynh.ini"
+ynh_add_config --template="../conf/couch_ynh.ini" --destination="/opt/couchdb/etc/local.d/5-flohmarkt.ini"
 
 # @@ todo need to create a couchdb user and set the files to be readable/executable by it
 chmod 750 "$install_dir"