X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Flaunch_feisty_meow.sh;fp=scripts%2Fcore%2Flaunch_feisty_meow.sh;h=631d78e90717f1a5089b25ed6f38c6e72e85354b;hb=c4834a49e6d157d09d636bcbc80516dd87d62577;hp=26ad78e2d1d5d7101a69f70972aeaa4d89efe5b1;hpb=dfb61170276cb54900073208d1b843acad51ea04;p=feisty_meow.git diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index 26ad78e2..631d78e9 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -48,11 +48,17 @@ directory where it is stored, e.g.: and execute this command: - export FEISTY_MEOW_APEX=\"\$(pwd)\"; export FEISTY_MEOW_SCRIPTS=\"\$(pwd)/scripts\"; bash scripts/core/reconfigure_feisty_meow.sh && exec bash -i -c \"source \$(pwd)/core/launch_feisty_meow.sh; bash\" + export FEISTY_MEOW_APEX=\$(pwd); echo \"export FEISTY_MEOW_APEX=\$FEISTY_MEOW_APEX\" \> \$HOME/\$USER.fm-fix ; exec /bin/bash -c 'source \$HOME/\$USER.fm-fix; /bin/bash \$FEISTY_MEOW_APEX/scripts/core/reconfigure_feisty_meow.sh ; source \$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh ; /bin/bash -i --norc --noprofile ' + +Note that this assumes that the .bashrc file could still need editing to fix +an erroneous FEISTY_MEOW_APEX variable, so we skip it when bash runs. Check +\$HOME/.bashrc to see if a change there will fix the above error. " fi +#; source \$FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh + if [ "$NO_REPAIRS_NEEDED" == "true" ]; then # we believe it's safe to run through the rest of this script.