From: Chris Koeritz Date: Wed, 15 Nov 2017 16:57:23 +0000 (-0500) Subject: needed to fix both error points X-Git-Tag: 2.140.100^2~6^2~2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=72c2b4f15d10f1d7a660fe6a868ed2a524ffdbaa needed to fix both error points --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index d88fe6bd..daaabcb1 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -514,7 +514,9 @@ if [ -z "$skip_all" ]; then regenerate # prevent permission foul-ups, again. - chown -R "$(logname):$(logname)" "$FEISTY_MEOW_LOADING_DOCK" "$FEISTY_MEOW_GENERATED_STORE" + chown -R "$(logname):$(logname)" \ + "$FEISTY_MEOW_LOADING_DOCK" "$FEISTY_MEOW_GENERATED_STORE" 2>/dev/null + test_or_continue "chowning to $(logname) didn't happen." restore_terminal_title }