dotfiles/run_onchange-configure-user.sh.tmpl

6 lines
89 B
Cheetah
Raw Permalink Normal View History

#!/usr/bin/env bash
if getent group docker; then
sudo usermod -a -G docker bascht
fi;