From: Chris Koeritz Date: Sun, 12 Nov 2017 01:25:32 +0000 (-0500) Subject: added diagnostics to say the user type X-Git-Tag: 2.140.98^2~30^2~4 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=52dc5685e197cdf028ee8b1537509adee2527565;p=feisty_meow.git added diagnostics to say the user type --- diff --git a/scripts/core/connect_feisty_meow.sh b/scripts/core/connect_feisty_meow.sh index 30d89887..6a226b8d 100644 --- a/scripts/core/connect_feisty_meow.sh +++ b/scripts/core/connect_feisty_meow.sh @@ -25,7 +25,7 @@ else sed -e \ "s?FEISTY_MEOW_APEX=\".*\"?FEISTY_MEOW_APEX=\"$FEISTY_MEOW_APEX\"?" \ >> "$HOME/.bashrc" - echo "Feisty Meow is now configured in '~/.bashrc'." + echo "Feisty Meow is now configured in '~/.bashrc' for standard users." else # stuff the root user init file into .bashrc. this one doesn't automatically load # feisty meow. instead, it provides a fredme macro to load the feisty meow scripts. @@ -35,7 +35,7 @@ else sed -e \ "s?FEISTY_MEOW_APEX=\".*\"?FEISTY_MEOW_APEX=\"$FEISTY_MEOW_APEX\"?" \ >> "$HOME/.bashrc" - echo "Feisty Meow is now configured in '~/.bashrc'." + echo "Feisty Meow is now configured in '~/.bashrc' for the root user." fi fi