update rc.local for Cerbo

This commit is contained in:
Yinyin Liu 2024-07-29 16:06:20 +02:00
parent 5c629ed6b2
commit 9e870be389
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ ln -s "$aggregator_service_path" "$aggregator_symlink_path"
# Set VPN service symlink
echo "Creating symbolic link to VPN service..."
find /data/innovenergy/openvpn -type f -exec chmod 777 {} \;
vpn_service_path="/data/innovenergy/openvpn/service"
# vpn_symlink_path="/opt/victronenergy/service/openvpn"
vpn_symlink_path="/service/openvpn"