X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Fremote.sh;h=318b155af18f4dc223777373c23299b234ae7337;hp=8f4128a8dc115a14de2766961613278fc8926871;hb=9075978ae94310fa7a27d9881d3cecc6150ca3e9;hpb=8861456f050ddaa2797cd93e9d2b7808b282d289 diff --git a/etc/nginx/site.d/roundcube/remote.sh b/etc/nginx/site.d/roundcube/remote.sh index 8f4128a..318b155 100644 --- a/etc/nginx/site.d/roundcube/remote.sh +++ b/etc/nginx/site.d/roundcube/remote.sh @@ -13,8 +13,8 @@ cat - <<-EOF | EOF "$tool"/remote/ssh root@"$local_fqdn" ' \ set -efux - sudo install -d -m 750 -o root -g php5_'"$site"' \ + sudo install -d -m 750 -o root -g php_'"$site"' \ /etc/'"$site"' - sudo install -m 640 -o root -g php5_'"$site"' /dev/stdin \ + sudo install -m 640 -o root -g php_'"$site"' /dev/stdin \ /etc/'"$site"'/key.inc.php '