From b2e3620da85b6f6197e0bb0ed020b1ab9bd4d9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:38:53 +0200 Subject: [PATCH] fix --- scripts/upgrade | 3 --- tests.toml | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index e944428..11a9a00 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -48,9 +48,6 @@ then ynh_setup_source --dest_dir="$install_dir" --source_id="xftp" fi -#mkdir -p /etc/opt/simplex-xftp /var/opt/simplex-xftp -#chown -R $app:$app /etc/opt/simplex-xftp /var/opt/simplex-xftp - chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" chmod +x $install_dir/smp-server diff --git a/tests.toml b/tests.toml index 3b883e2..9c38b61 100644 --- a/tests.toml +++ b/tests.toml @@ -7,3 +7,9 @@ test_format = 1.0 # ------------ exclude = ["change_url"] + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.00a1a6e7.name = "Upgrade from 5.4"