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: