diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bootstrap-mysql | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 46678f7..c643fe4 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -338,10 +338,13 @@ fi ' ~/.ssh/authorized_keys | \ while read -r name key; do case "${name}" in - 'nlopc'*|'rechenknecht'|'buildknecht'*) + 'nlopc'*|'rechenknecht') operator='deep42thought' ;; - 'eurobuild') + 'buildknecht'*) + operator='deep42thought/vollzornbrot' + ;; + 'eurobuild3') operator='abaumann' ;; *) |