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:
parent
1088c4cca9
commit
86cfc14402
1 changed files with 8 additions and 1 deletions
|
@ -9,6 +9,13 @@
|
||||||
source _common.sh
|
source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
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
|
# 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_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"
|
#chmod 400 "/etc/opt/simplex-xftp/file-server.ini"
|
||||||
#chown $app:$app "/etc/opt/simplex-xftp/file-server.ini"
|
#chown $app:$app "/etc/opt/simplex-xftp/file-server.ini"
|
||||||
|
|
Loading…
Add table
Reference in a new issue