diff --git a/manifest.json b/manifest.json index b4a93b5..13622a3 100644 --- a/manifest.json +++ b/manifest.json @@ -39,8 +39,8 @@ "en": "Choose a path for BookStack", "fr": "Choisissez un chemin pour BookStack" }, - "example": "/bookstack", - "default": "/bookstack" + "example": "/", + "default": "/" }, { "name": "language", diff --git a/scripts/install b/scripts/install index 6e7d095..834e304 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ ynh_abort_if_errors # Retrieve arguments domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC language=$YNH_APP_ARG_LANGUAGE @@ -129,7 +129,7 @@ popd #================================================= # Set permissions to app files -chown -R www-data:www-data $final_path +chown -R $app: $final_path chmod -R 755 $final_path #=================================================