mirror of
https://github.com/3proxy/3proxy.git
synced 2025-08-15 11:57:07 +08:00
Merge branch 'master' of https://github.com/3proxy/3proxy
This commit is contained in:
commit
b1233e580c
@ -103,7 +103,7 @@ install-chroot-dir:
|
|||||||
$(INSTALL_BIN) -d $(CHROOTDIR)/libexec
|
$(INSTALL_BIN) -d $(CHROOTDIR)/libexec
|
||||||
chmod -R o-rwx $(CHROOTDIR)
|
chmod -R o-rwx $(CHROOTDIR)
|
||||||
|
|
||||||
install-etc-default-config:
|
install-etc-default-config: install-chroot-dir
|
||||||
if [ ! -d $(INSTALL_CFG_DEST) ]; then \
|
if [ ! -d $(INSTALL_CFG_DEST) ]; then \
|
||||||
ln -s $(CHROOTREL)/conf $(INSTALL_CFG_DEST); \
|
ln -s $(CHROOTREL)/conf $(INSTALL_CFG_DEST); \
|
||||||
$(INSTALL_BIN) $(INSTALL_CFG) $(ETCDIR)/3proxy.cfg; \
|
$(INSTALL_BIN) $(INSTALL_CFG) $(ETCDIR)/3proxy.cfg; \
|
||||||
|
4
debian/postinst
vendored
4
debian/postinst
vendored
@ -19,8 +19,8 @@ fi
|
|||||||
echo ""
|
echo ""
|
||||||
echo 3proxy installed.
|
echo 3proxy installed.
|
||||||
if /bin/systemctl >/dev/null 2>&1; then \
|
if /bin/systemctl >/dev/null 2>&1; then \
|
||||||
/bin/systemctl stop 3proxy.service \
|
/bin/systemctl stop 3proxy.service ;\
|
||||||
/bin/systemctl start 3proxy.service \
|
/bin/systemctl start 3proxy.service ;\
|
||||||
echo use ;\
|
echo use ;\
|
||||||
echo " "systemctl start 3proxy.service ;\
|
echo " "systemctl start 3proxy.service ;\
|
||||||
echo to start proxy ;\
|
echo to start proxy ;\
|
||||||
|
Loading…
Reference in New Issue
Block a user