From 6ee51f3d7e7f2da6dc4c7d1197b0dc4ed3698e73 Mon Sep 17 00:00:00 2001 From: Daniel Winzen <d@winzen4.de> Date: Sun, 2 Dec 2018 21:44:07 +0100 Subject: [PATCH] removed stray mention of php7.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdd0b17..60d5d58 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ As time syncronisation is important, you should configure ntp servers in /etc/sy To create all required tor and php instances run the following commands: ``` for instance in 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(tor-instance-create $instance) done -for instance in default 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(systemctl enable php7.2-fpm@$instance; systemctl enable php7.3-fpm@$instance;) done +for instance in default 2 3 4 5 6 7 a b c d e f g h i j k l m n o p q r s t u v w x y z; do(systemctl enable php7.3-fpm@$instance;) done ``` For web based mail management grab the latest squirrelmail and install it in /var/www/html/squirrelmail: