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:
parent
47f8bdc8b2
commit
c5194a9d54
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue