From 52dc5685e197cdf028ee8b1537509adee2527565 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 11 Nov 2017 20:25:32 -0500 Subject: [PATCH] added diagnostics to say the user type --- scripts/core/connect_feisty_meow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1