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 2024-05-25 23:08:33 +02:00
parent 1088c4cca9
commit 86cfc14402

View file

@ -9,6 +9,13 @@
source _common.sh
source /usr/share/yunohost/helpers
#=================================================
# RETRIEVE ARGUMENTS FROM THE MANIFEST
#=================================================
#storage_quota="20gb"
#ynh_app_setting_set --app=$app --key=storage_quota --value=$storage_quota
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
@ -54,7 +61,7 @@ chown -R $app:$app "/etc/opt/simplex-xftp"
#=================================================
#ynh_script_progression --message="Adding a configuration file..." --weight=1
#ynh_add_config --template="../conf/file-server.ini" --destination="/etc/opt/simplex-xftp/file-server.ini"
#ynh_add_config --template="file-server.ini" --destination="/etc/opt/simplex-xftp/file-server.ini"
#chmod 400 "/etc/opt/simplex-xftp/file-server.ini"
#chown $app:$app "/etc/opt/simplex-xftp/file-server.ini"