Commit 17fd3a34 authored by Igor Pečovnik's avatar Igor Pečovnik
Browse files

vpn server stop / start

parent 56702021
......@@ -63,6 +63,7 @@ service postfix stop
service tvheadend stop
service samba stop
/etc/init.d/scanbuttond stop
/etc/init.d/vpnserver stop
# backup only minimum
tar cvPfz $COPY_TO/$FILEBACKUPNAME-allfiles.tgz -T filelist.txt --exclude='*.sock'
#
......@@ -74,6 +75,7 @@ service postfix start
service tvheadend start
service samba start
/etc/init.d/scanbuttond start
/etc/init.d/vpnserver start
echo "";
echo "************************************";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment