v6helper/update.sh
2015-02-03 00:16:26 +00:00

5 lines
71 B
Bash
Executable file

#!/bin/sh
cd /opt/v6helper
./build.py
service nginx reload > /dev/null