diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 099d32d..442b5ea 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,2 +1 @@ -Framaforms is an online forms and surveys service. Registered users are allowed to create forms, share them, collect and visualize results through a simple interface. -See this [article](https://framablog.org/2016/10/05/framaforms-noffrez-plus-les-reponses-que-vous-collectez-a-google/) and this [interview](https://framablog.org/2016/10/05/en-savoir-un-peu-plus-sur-le-projet-framaforms/) (in French) for further informations. +Yakforms is an online forms and surveys service. Registered users are allowed to create forms, share them, collect and visualize results through a simple interface. diff --git a/scripts/install b/scripts/install index 58b27a9..4535bf6 100644 --- a/scripts/install +++ b/scripts/install @@ -16,11 +16,8 @@ admin_mail=$(ynh_user_get_info --username=$admin --key=mail) #================================================= ynh_script_progression --message="Setting up source files..." --weight=9 - -# Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir/app" -chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" diff --git a/scripts/upgrade b/scripts/upgrade index 35be3d1..a645587 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,7 +47,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading source files..." --weight=9 - # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir/app" fi