diff --git a/helpers/shells/updateRepo.sh b/helpers/shells/updateRepo.sh index 184e3a1..9484dbe 100644 --- a/helpers/shells/updateRepo.sh +++ b/helpers/shells/updateRepo.sh @@ -69,4 +69,4 @@ if [ "$found" = true ]; then fi # Modify authorized_keys for the repositoryName: update the line with the quota and the SSH pub key -sudo sed -ri "s|(command=\".*${repositoryName}.*--storage-quota ).*G\",restrict .*|\\1$3G\",restrict $2|g" "$home/.ssh/authorized_keys" \ No newline at end of file +sed -ri "s|(command=\".*${repositoryName}.*--storage-quota ).*G\",restrict .*|\\1$3G\",restrict $2|g" "$home/.ssh/authorized_keys" \ No newline at end of file