Compare commits

...

4 Commits

Author SHA1 Message Date
Case Duckworth ffcc6fada3 Add quota to new bakers 2022-02-10 01:25:04 +00:00
Case Duckworth 0a54a979c5 Merge branch 'master' of tildegit.org:breadpunk/scripts 2021-11-23 03:06:09 +00:00
Case Duckworth cf494c9670 Merge branch 'master' of tildegit.org:breadpunk/scripts 2021-11-23 03:03:32 +00:00
Case Duckworth 6f89dcceaf Comment git pull from publish.sh 2021-11-21 23:53:54 +00:00
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ bakeradd()
ln -s /var/gemini/bakers/$user /home/$user/public_gemini
} && ok
log "Setting disk quota for $user"
setquota -u $user 1000M 10000M 0 0 / && ok
echo "$user added."
}