scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit fae369bcf06292372cd2e6dde9f2a6c2d4573f3f
parent 846bac15816e3d5035ce092d1e41227eabee6dc9
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sun,  9 Jul 2017 20:02:46 +0200

[swss] Update php to version 7

Diffstat:
Msrc/swss | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/swss b/src/swss @@ -2,10 +2,11 @@ # simple web stack switch services=( - redis-server - mysql - nginx - php5-fpm +redis-server +mysql +nginx +#php5-fpm +php7.0-fpm ) massact() {