1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cjdns_ynh.git synced 2024-09-03 18:16:29 +02:00

show cjdns ipv6

This commit is contained in:
dkoukoul 2023-12-05 14:01:23 +02:00
parent 47f8bdc8b2
commit c5194a9d54

View file

@ -70,6 +70,8 @@ do
done
echo $config > $install_dir/cjdroute.conf
cjdns_ipv6=$(echo $config | jq '.ipv6')
#=================================================
# SETUP SYSTEMD
@ -97,7 +99,7 @@ ynh_script_progression --message="Launching cjdns service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
ynh_script_progression --message="Your cjdns IPv6: $cjdns_ipv6" --weight=1
#=================================================
# END OF SCRIPT
#=================================================