From 6e3f21afa7b823ac293297da6d2ad2da769d197d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Mar 2022 23:43:27 +0200 Subject: [PATCH] Fix --- check_process | 2 +- manifest.json | 10 +++++----- scripts/restore | 2 +- scripts/upgrade | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/check_process b/check_process index c453624..c379534 100644 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ is_public=1 ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1 diff --git a/manifest.json b/manifest.json index ef6c290..b43e5c6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,18 +3,18 @@ "id": "proxitok", "packaging_format": 1, "description": { - "en": "An alternative frontend for TikTok", - "fr": "An alternative frontend for TikTok" + "en": "Alternative frontend for TikTok", + "fr": "Frontend alternatif à TikTok" }, "version": "2.2.0.0~ynh1", "url": "https://proxitok.herokuapp.com", "upstream": { - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "website": "https://proxitok.herokuapp.com", "demo": "https://proxitok.herokuapp.com/", "code": "https://github.com/pablouser1/ProxiTok" }, - "license": "AGPL-3.0", + "license": "AGPL-3.0-only", "maintainer": { "name": "", "email": "" @@ -25,7 +25,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm" + "php8.0-fpm" ], "arguments": { "install" : [ diff --git a/scripts/restore b/scripts/restore index 0a397aa..e462a8c 100755 --- a/scripts/restore +++ b/scripts/restore @@ -100,4 +100,4 @@ ynh_systemd_action --service_name=nginx --action=reload # END OF SCRIPT #================================================= -ynh_script_progression --message="Restoration completed for $app" --time --last +ynh_script_progression --message="Restoration completed for $app" --last diff --git a/scripts/upgrade b/scripts/upgrade index 31641bd..98be255 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -12,7 +12,7 @@ source /usr/share/yunohost/helpers #================================================= # LOAD SETTINGS #================================================= -ynh_script_progression --message="Loading installation settings..." --time --weight=1 +ynh_script_progression --message="Loading installation settings..." --weight=1 app=$YNH_APP_INSTANCE_NAME