Skip to content

Commit 7bb2861

Browse files
Michael Vasseurvmcj
authored andcommitted
Fix maintainer install nginx option
The duplication for fedora was not correctly fixed for debian based installs in 540a41e.
1 parent d6dd5b3 commit 7bb2861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ inplace-postinstall-nginx: inplace-postinstall-permissions
306306
fi
307307
@service="php-fpm"; phppool="$(fedpool)"; \
308308
if [ -d "$(debpool)" ]; then \
309-
phppool="ln -sf $(CURDIR)/etc/domjudge-fpm.conf $(debpool)/domjudge-fpm.conf"; \
309+
phppool="$(debpool)"; \
310310
service="php$(PHPVERSION)-fpm"; \
311311
fi; \
312312
service="systemctl restart $$service"; \

0 commit comments

Comments
 (0)