diff --git a/README.md b/README.md index 5827fa2..e05d2c3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Chitchatter is a free (as in both price and freedom) communication tool. It is d - Ephemeral - Decentralized -**Shipped version:** 1.0~ynh10.1 +**Shipped version:** 1.0~ynh11 **Demo:** https://chitchatter.im/ diff --git a/README_fr.md b/README_fr.md index 750fa40..aa3cfa7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Chitchatter est un outil de communication gratuit (comme dans le prix et la libe - Éphémère - Décentralisé -**Version incluse :** 1.0~ynh10.1 +**Version incluse :** 1.0~ynh11 **Démo :** https://chitchatter.im/ diff --git a/manifest.toml b/manifest.toml index fee75bc..f34a5e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,9 @@ name = "Chitchatter" description.en = "Peer-to-peer chat that is serverless, decentralized, and ephemeral" description.fr = "Chat peer-to-peer sans serveur, décentralisée et éphémère" -version = "1.0~ynh10.1" +version = "1.0~ynh11" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "GPL-2.0" diff --git a/scripts/install b/scripts/install index 7163eeb..dfd9369 100755 --- a/scripts/install +++ b/scripts/install @@ -33,9 +33,6 @@ pushd "$install_dir" git reset --hard --quiet $version_commit popd -chmod -R o-rwx "$install_dir" -chown -R $app:www-data "$install_dir" - #================================================= # NGINX CONFIGURATION #================================================= @@ -56,6 +53,9 @@ pushd $install_dir ynh_exec_warn_less $ynh_npm run build popd +chmod -R o-rwx "$install_dir" +chown -R $app:www-data "$install_dir" + #================================================= # END OF SCRIPT #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index c632857..0a85a67 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,9 +33,6 @@ then popd fi -chmod -R o-rwx "$install_dir" -chown -R $app:www-data "$install_dir" - #================================================= # UPGRADE DEPENDENCIES #================================================= @@ -63,6 +60,9 @@ pushd $install_dir ynh_exec_warn_less $ynh_npm run build popd +chmod -R o-rwx "$install_dir" +chown -R $app:www-data "$install_dir" + #================================================= # END OF SCRIPT #=================================================