1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
This commit is contained in:
Éric Gaspar 2024-06-17 14:23:42 +02:00
parent c83d0f8860
commit f79243a026
2 changed files with 2 additions and 1 deletions

View file

@ -26,6 +26,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir" ynh_setup_source --dest_dir="$install_dir"
ynh_add_config --template="../sources/index.html" --destination="$install_dir/index.html" ynh_add_config --template="../sources/index.html" --destination="$install_dir/index.html"
ynh_add_config --template="libsignal-protocol.min.js" --destination="$install_dir/dist/libsignal-protocol.min.js"
chown -R "$app:www-data" "$install_dir" chown -R "$app:www-data" "$install_dir"

View file

@ -28,7 +28,7 @@ ynh_script_progression --message="Upgrading source files..." --weight=4
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 ynh_setup_source --dest_dir="$install_dir" --full_replace=1
ynh_add_config --template="../sources/index.html" --destination="$install_dir/index.html" ynh_add_config --template="../sources/index.html" --destination="$install_dir/index.html"
ynh_add_config --template="libsignal-protocol.min.js" --destination="$install_dir/dist/libsignal-protocol.min.js"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"
#================================================= #=================================================