diff --git a/scripts/install b/scripts/install index 1253520..91bd356 100755 --- a/scripts/install +++ b/scripts/install @@ -49,7 +49,7 @@ app=$YNH_APP_INSTANCE_NAME ### If the app uses nginx as web server (written in HTML/PHP in most cases), the final path should be "/var/www/$app". ### If the app provides an internal web server (or uses another application server such as uwsgi), the final path should be "/opt/yunohost/$app" -#final_path=/usr/share/z-push +final_path=/usr/share/z-push #test ! -e "$final_path" || ynh_die "This path already contains a folder" # Normalize the url path syntax @@ -127,7 +127,7 @@ ynh_install_app_dependencies php-memcached php-cli php-soap ### downloaded from an upstream source, like a git repository. ### `ynh_setup_source` use the file conf/app.src -#ynh_app_setting_set $app final_path $final_path +ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src #ynh_setup_source "$final_path"