diff options
-rwxr-xr-x | src/infrastructure/scripts/reconfigure.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/infrastructure/scripts/reconfigure.sh b/src/infrastructure/scripts/reconfigure.sh index 4936e07..9c33434 100755 --- a/src/infrastructure/scripts/reconfigure.sh +++ b/src/infrastructure/scripts/reconfigure.sh @@ -130,8 +130,9 @@ else sudo -i guix system -c$NPROC -v3 reconfigure /etc/guix/system.scm - rsync \ + sudo -u andreh rsync \ --chmod=D775,F664 \ + --chown=andreh:users \ -a \ --exclude='dev/ci/*' \ /run/current-system/profile/share/doc/servers/ /srv/www/s/servers/ |