diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..06428c7 --- /dev/null +++ b/update.sh @@ -0,0 +1,4 @@ +#!/bin/sh +cd /opt/v6helper +./build.py +service nginx reload