mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
fix
This commit is contained in:
parent
23e33ad350
commit
b2e3620da8
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue