mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 17:10:26 +00:00
Merge branch 'master' of https://github.com/billz/raspap-webgui
This commit is contained in:
commit
607a72e5e9
1 changed files with 2 additions and 2 deletions
|
@ -285,8 +285,8 @@ function patch_system_files() {
|
|||
"/bin/systemctl stop hostapd.service"
|
||||
"/bin/systemctl start dnsmasq.service"
|
||||
"/bin/systemctl stop dnsmasq.service"
|
||||
"/bin/systemctl start openvpn-client"
|
||||
"/bin/systemctl stop openvpn-client"
|
||||
"/bin/systemctl start openvpn-client@client"
|
||||
"/bin/systemctl stop openvpn-client@client"
|
||||
"/bin/cp /tmp/ovpnclient.ovpn /etc/openvpn/client.conf"
|
||||
"/bin/cp /tmp/authdata /etc/openvpn/login.conf"
|
||||
"/bin/cp /tmp/dnsmasqdata /etc/dnsmasq.conf"
|
||||
|
|
Loading…
Reference in a new issue