1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zeronet_ynh.git synced 2024-09-03 17:46:12 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2021-02-08 21:29:31 +01:00
parent 22d2b6b6fe
commit 25992b9ff3
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
setup_public=0
upgrade=1
backup_restore=1
multi_instance=q
multi_instance=1
;;; Options
Email=
Notification=none

View file

@ -92,7 +92,7 @@ pip3 install gevent-websocket msgpack-python gevent base58 merkletools rsa PySoc
ynh_script_progression --message="Restoring the systemd configuration..."
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service
systemctl enable $app.service --quiet
#=================================================
# INTEGRATE SERVICE IN YUNOHOST