X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fconnect_feisty_meow.sh;fp=scripts%2Fcore%2Fconnect_feisty_meow.sh;h=9a5c81d548bb3b98b6b22e36a3009641f6cdb868;hb=cc3e46e52acee7ade69ca475295dbb4c808ddb08;hp=25db1171ce13d1c63e9fe65718d0a19c77441277;hpb=3e960ebc37193d3e1c15ef46402273998bdd024f;p=feisty_meow.git diff --git a/scripts/core/connect_feisty_meow.sh b/scripts/core/connect_feisty_meow.sh index 25db1171..9a5c81d5 100644 --- a/scripts/core/connect_feisty_meow.sh +++ b/scripts/core/connect_feisty_meow.sh @@ -17,7 +17,7 @@ if [ -f "$HOME/.bashrc" ] && grep -q "launch_feisty_meow.sh" "$HOME/.bashrc"; th else # stuff the normal user init file into .bashrc. not appropriate for root probably, but # this is the easy quick start script for normal folks. - cat $FEISTY_MEOW_APEX/feisty_inits/dot.bashrc-normal-user | + cat $FEISTY_MEOW_APEX/infobase/feisty_inits/dot.bashrc-normal-user | sed -e \ "s?FEISTY_MEOW_APEX=\".*\"?FEISTY_MEOW_APEX=\"$FEISTY_MEOW_APEX\"?" \ >> "$HOME/.bashrc"