From 303967d9cb9e4473a8a84322b664189056658530 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Jan 2021 08:55:34 +0100 Subject: [PATCH] Small fixes --- README_fr.md | 2 +- manifest.json | 2 +- scripts/install | 4 ++-- scripts/restore | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README_fr.md b/README_fr.md index 3ef3d05..c458d16 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # Droppy pour YunoHost [![Niveau d'intégration](https://dash.yunohost.org/integration/droppy.svg)](https://dash.yunohost.org/appci/app/droppy) ![](https://ci-apps.yunohost.org/ci/badges/droppy.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/droppy.maintain.svg) -[![Installer Droppy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=droppy) +[![Installer Droppy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=droppy) *[Read this readme in english.](./README.md)* diff --git a/manifest.json b/manifest.json index 5ddb1eb..582bd57 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted file storage server", "fr": "Serveur de stockage de fichiers auto-hébergé" }, - "version": "12.2.0~ynh3", + "version": "12.2.0~ynh4", "url": "https://github.com/silverwind/droppy", "license": "BSD-2-Clause", "maintainer": { diff --git a/scripts/install b/scripts/install index 135c887..f41b993 100644 --- a/scripts/install +++ b/scripts/install @@ -120,7 +120,7 @@ mkdir -p $data_path mkdir -p $final_path/config # Give permission to the datadir -chown -R $app:$app "$data_path" +chown -R $app: "$data_path" #================================================= # SETUP SYSTEMD @@ -152,7 +152,7 @@ ynh_store_file_checksum --file="$final_path/config/config.json" ynh_script_progression --message="Securing files and directories..." --weight=1 # Set permissions to app files -chown -R $app:$app $final_path +chown -R $app: $final_path chmod 755 $final_path #================================================= diff --git a/scripts/restore b/scripts/restore index 68514d2..31c881f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -96,7 +96,7 @@ systemctl enable $app.service --quiet #================================================= ynh_restore_file "/home/yunohost.app/$app" -chown -R $app:$app "/home/yunohost.app/$app" +chown -R $app: "/home/yunohost.app/$app" #================================================= # INTEGRATE SERVICE IN YUNOHOST