Add update script for cronjobs
This commit is contained in:
parent
4a0cabdc12
commit
f835ef3dfb
1 changed files with 4 additions and 0 deletions
4
update.sh
Executable file
4
update.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
cd /opt/v6helper
|
||||
./build.py
|
||||
service nginx reload
|
Loading…
Add table
Reference in a new issue