argh, the crucial fix still not working.
authorChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 07:08:47 +0000 (02:08 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 11 Nov 2017 07:08:47 +0000 (02:08 -0500)
it was at one point fine, but now has mutated.  needs more work.

production/feisty_meow_config.ini
scripts/core/launch_feisty_meow.sh

index eadc86edf0edc376e845894c739aad6f668f9118..ef535c646ebc47d7af55688be72ec2bef9dd5d4f 100644 (file)
@@ -3,7 +3,7 @@
 # specifies the version of the code that is being constructed here.
 major=2
 minor=140
-revision=95
+revision=96
 build=420
 
 # specifies the remainder of the version record info.
index 26ad78e2d1d5d7101a69f70972aeaa4d89efe5b1..631d78e90717f1a5089b25ed6f38c6e72e85354b 100644 (file)
@@ -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.