5 lines
71 B
Bash
Executable file
5 lines
71 B
Bash
Executable file
#!/bin/sh
|
|
cd /opt/v6helper
|
|
./build.py
|
|
service nginx reload > /dev/null
|