Skip to content

Commit

Permalink
change file name as expected by systemctl
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Sep 30, 2023
1 parent 6c38528 commit 3758256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn/executeScriptOnRemoteServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ssh -i /root/.ssh/$sshkey root@$publicIp "

if [ "$mode" == "proxy" ]
then
scp -i /root/.ssh/$sshkey /etc/openvpn/server/serverProxy.conf root@$publicIp:/etc/openvpn/server/
scp -i /root/.ssh/$sshkey /etc/openvpn/server/serverProxy.conf root@$publicIp:/etc/openvpn/server/server.conf
else
scp -i /root/.ssh/$sshkey /etc/openvpn/server/server.conf root@$publicIp:/etc/openvpn/server/
fi
Expand Down

0 comments on commit 3758256

Please sign in to comment.