1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filepizza_ynh.git synced 2024-09-03 18:36:01 +02:00
This commit is contained in:
ericgaspar 2022-04-07 23:09:08 +02:00
parent 5d88f30d28
commit dba9863b25
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 8 deletions

View file

@ -6,7 +6,7 @@
"en": "Peer-to-peer file transfers in your browser",
"fr": "Transferts de fichiers pair-à-pair dans votre navigateur"
},
"version": "1.1.0~ynh1",
"version": "1.1.0~ynh2",
"url": "https://file.pizza/",
"upstream": {
"license": "BSD-3-Clause",

View file

@ -129,13 +129,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=6
# Start a systemd service
ynh_systemd_action --service_name=$app --action=restart --log_path="systemd"
#=================================================
# SETUP SSOWAT
#=================================================
ynh_script_progression --message="Configuring permissions..." --weight=1
ynh_permission_update --permission="main" --add="visitors"
#=================================================
# RELOAD NGINX
#=================================================