diff --git a/scripts/restore b/scripts/restore index 8940d13..d461558 100644 --- a/scripts/restore +++ b/scripts/restore @@ -90,9 +90,9 @@ chown -R $app: $final_path ynh_script_progression --message="Reinstalling dependencies..." --weight=7 # Prepare the source files (replace the placeholders with version, architecture, etc. -ynh_add_config --template="../conf/ffmpeg.src.default" --destination="../conf/ffmpeg.src" -ynh_add_config --template="../conf/server.src.default" --destination="../conf/server.src" -ynh_add_config --template="../conf/web.src.default" --destination="../conf/web.src" +ynh_add_config --template="../conf/ffmpeg.src.default" --destination="../settings/conf/ffmpeg.src" +ynh_add_config --template="../conf/server.src.default" --destination="../settings/conf/server.src" +ynh_add_config --template="../conf/web.src.default" --destination="../settings/conf/web.src" # Create the temporary directory tempdir="$(mktemp -d)"