Преглед изворни кода

install/upgrade script correction

Chris Vogel пре 1 година
родитељ
комит
41a989bb7b
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      scripts/install
  2. 1 1
      scripts/upgrade

+ 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/5-flohmarkt.ini"
+ynh_add_config --template="../conf/5-flohmarkt.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"

+ 1 - 1
scripts/upgrade

@@ -52,7 +52,7 @@ fi
 #=================================================
 ynh_script_progression --message="Updating a configuration file..." --weight=1
 
-ynh_add_config --template="../conf/couch_ynh.ini" --destination="$install_dir/etc/local.d/couch_ynh.ini"
+ynh_add_config --template="../conf/5-flohmarkt.ini" --destination="$install_dir/etc/local.d/5-flohmarkt.ini"
 
 chmod 750 "$install_dir"
 chmod -R o-rwx "$install_dir"