mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
typo in Makefile.Linux corrected
This commit is contained in:
parent
d89134be33
commit
189b227853
@ -129,11 +129,9 @@ install-run:
|
|||||||
$(INSTALL_BIN) -d $(RUNDIR)
|
$(INSTALL_BIN) -d $(RUNDIR)
|
||||||
|
|
||||||
install-log:
|
install-log:
|
||||||
@if [ -d $(LOGBASE) ]; then \
|
@if [ -d $(LOGBASE) ] && [ ! -d $(LOGDIR) ]; then \
|
||||||
@if [ ! -d $(LOGDIR) ]; then \
|
|
||||||
ln -s $(CHROOTDIR)/logs $(LOGDIR);\
|
ln -s $(CHROOTDIR)/logs $(LOGDIR);\
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
install: install-chroot-dir install-bin install-etc install-log install-man install-run install-init
|
install: install-chroot-dir install-bin install-etc install-log install-man install-run install-init
|
||||||
@getent passwd proxy || useradd -UMr -s /bin/false -c 3proxy proxy
|
@getent passwd proxy || useradd -UMr -s /bin/false -c 3proxy proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user