diff --git a/scripts/install b/scripts/install index 4c90895..edcb55e 100755 --- a/scripts/install +++ b/scripts/install @@ -41,10 +41,8 @@ chown -R $app:www-data "$install_dir" #================================================= ynh_script_progression --message="Adding system configurations related to $app..." --weight=1 -# Create a dedicated NGINX config using the conf/nginx.conf template ynh_add_nginx_config -# Create a dedicated systemd config ynh_add_systemd_config ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" diff --git a/scripts/upgrade b/scripts/upgrade index 9b4663c..4c76ef9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -29,7 +29,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from manifest.toml - ynh_setup_source --dest_dir="$install_dir" --keep=".env.local config/users.json config/repo.json" + ynh_setup_source --dest_dir="$install_dir" --keep="app/.env.local config/users.json config/repo.json" fi chown -R $app:www-data "$install_dir"