v6helper/update.sh

5 lines
71 B
Bash
Raw Permalink Normal View History

2015-02-03 01:12:12 +01:00
#!/bin/sh
cd /opt/v6helper
./build.py
2015-02-03 01:16:26 +01:00
service nginx reload > /dev/null