1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-05-23 17:53:54 +02:00
parent b905f17e56
commit 9912dd111e

View file

@ -18,6 +18,9 @@ ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --source_id="xftp"
mkdir -p /var/opt/simplex-xftp /etc/opt/simplex-xftp
chown -R $app:$app /var/opt/simplex-xftp /etc/opt/simplex-xftp
chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir"
chmod +x $install_dir/smp-server