was ignoring error at wrong point
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm.sh
index 578226c42cfe2687dbe88ee4ef38edca56f17f0f..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.
@@ -97,6 +104,9 @@ if [ -L /etc/apache2/sites-enabled/000-default.conf ]; then
   # the old site is in place still, so let's update that.
   echo "Updating default web sites to latest version."
 
+  a2enmod ssl
+  test_or_die "enabling SSL for secure websites"
+
   a2dissite 000-default
   test_or_die "disabling old apache site"
 
@@ -129,9 +139,9 @@ test_or_die "changing dir to mapsdemo app"
 
 # gets rid of the old version of configs.
 git stash 
-test_or_die "stashing mapsdemo changes"
+test_or_die "stashing unwanted mapsdemo changes"
 git stash drop 
-test_or_die "dropping mapsdemo stash"
+# intentionally ignore error, if there was nothing to drop.
 
 popd