1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00
This commit is contained in:
Éric Gaspar 2023-06-20 10:38:53 +02:00
parent 23e33ad350
commit b2e3620da8
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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"