was ignoring error at wrong point
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm.sh
index 1d02bcb9560e5927af8b5a1d060fb2cb0f192bde..05e9be439f77518ec0b2321bc72c33af4df0dd5d 100644 (file)
@@ -20,6 +20,13 @@ source "$FEISTY_MEOW_SCRIPTS/system/common_sysadmin.sh"
 
 ##############
 
+echo "Regenerating feisty meow loading dock."
+
+reconfigure_feisty_meow
+test_or_die "feisty meow reconfiguration"
+
+##############
+
 echo "Making some important permission changes..."
 
 # fix up the main web storage.
@@ -132,11 +139,9 @@ test_or_die "changing dir to mapsdemo app"
 
 # gets rid of the old version of configs.
 git stash 
-if [ $? -eq 0 ]; then
-  # we actually stashed something, so deal with that.
-  git stash drop 
-  test_or_die "dropping mapsdemo stash"
-fi
+test_or_die "stashing unwanted mapsdemo changes"
+git stash drop 
+# intentionally ignore error, if there was nothing to drop.
 
 popd