remove superfluous command

This commit is contained in:
KiekerJan 2022-05-22 00:17:29 +02:00
parent adbfeb6088
commit fccbb591e3
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ apt_install php php-fpm \
tools/editconf.py /etc/php/$(php_version)/mods-available/apcu.ini -c ';' \
apc.enabled=1 \
apc.enable_cli=1
restart_service php$(php_version)-fpm
InstallNextcloud() {