From d6784e378cf61ac9dca8599814811fbfd0c7bbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:16:01 +0200 Subject: [PATCH] cleaning --- manifest.toml | 3 --- scripts/_common.sh | 2 -- scripts/backup | 1 - scripts/upgrade | 2 -- 4 files changed, 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index edc57d2..06d207e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,11 +21,8 @@ yunohost = ">= 11.2.20" helpers_version = "2.1" architectures = ["amd64", "arm64", "armhf", "i386"] multi_instance = false - ldap = false - sso = false - disk = "100M" ram.build = "800M" ram.runtime = "50M" diff --git a/scripts/_common.sh b/scripts/_common.sh index d762784..ded443a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,5 +3,3 @@ #================================================= # COMMON VARIABLES AND CUSTOM HELPERS AND CUSTOM HELPERS #================================================= -# PHP APP SPECIFIC -#================================================= diff --git a/scripts/backup b/scripts/backup index 8f04146..19359f8 100755 --- a/scripts/backup +++ b/scripts/backup @@ -1,6 +1,5 @@ #!/bin/bash -# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers diff --git a/scripts/upgrade b/scripts/upgrade index 4dd3f47..1ea9582 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -3,8 +3,6 @@ source _common.sh source /usr/share/yunohost/helpers -timezone=$(cat /etc/timezone) - #================================================= # STOP SYSTEMD SERVICE #=================================================