Add update script for cronjobs

This commit is contained in:
kpcyrd 2015-02-03 00:12:12 +00:00
parent 4a0cabdc12
commit f835ef3dfb

4
update.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd /opt/v6helper
./build.py
service nginx reload