feat: add build restproxy to the input
This commit is contained in:
7
pkg/cproxy/DEBIAN/postinst
Executable file
7
pkg/cproxy/DEBIAN/postinst
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
test ! -f /usr/local/restproxy/conf/rest_proxy.conf && cp -rf /usr/local/restproxy/conf/default/* /usr/local/restproxy/conf
|
||||
|
||||
systemctl enable restproxy
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user