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-08 14:58:10 +02:00
parent 8ab354bd6a
commit 308b0f1b3b

View file

@ -97,6 +97,9 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
ynh_systemd_action --service_name="xftp" --action="start" --log_path="systemd"
ynh_systemd_action --service_name=tor --action="restart" --log_path="systemd"
tor=$(cat /var/lib/tor/simplex-xftp/hostname)
ynh_app_setting_set --app=$app --key=tor --value=$tor
#=================================================
# END OF SCRIPT
#=================================================