nextcloud: fix, php 7.1, remove redis

This commit is contained in:
Wonderfall
2017-02-15 17:36:36 +01:00
parent e3c4fa505b
commit c482784782
45 changed files with 128 additions and 1074 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
su-exec $UID:$GID php7 /nextcloud/occ $@
su-exec $UID:$GID php7.1 /nextcloud/occ $@