sudo chown zen /home/zen/.zen/game/players

This commit is contained in:
fred 2022-12-10 13:57:50 +01:00
parent d41da77a99
commit 95ff8d7dec
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ log() {
zen() {
[ -d "$ASTROPORT_DIR" ] && cd "$ASTROPORT_DIR" && git pull -q || git clone -q "$ASTROPORT_REPO" "$ASTROPORT_DIR"
sudo chown zen /home/zen/.zen/game/players
}
case "${1:-${cmd:-start}}" in