wasn't forcing copy as expected
authorChris Koeritz <fred@gruntose.com>
Mon, 18 Dec 2017 20:57:45 +0000 (15:57 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 18 Dec 2017 20:57:45 +0000 (15:57 -0500)
scripts/site_avenger/revamp_cakelampvm.sh

index ece38d9b536efe216709611631abac20248f7c86..666c877f6fb09da04033f608a562f0611cf8d59b 100644 (file)
@@ -143,7 +143,7 @@ if [ -L /etc/apache2/sites-enabled/000-default.conf ]; then
 
   # copy in our new version of the default page.
 #hmmm: would be nice if this worked without mods for any new version, besides just 001.  see apache env var file below for example implem.
-  cp -f $FEISTY_MEOW_APEX/production/sites/cakelampvm.com/rolling/default_page.001/* \
+  \cp -f $FEISTY_MEOW_APEX/production/sites/cakelampvm.com/rolling/default_page.001/* \
       /etc/apache2/sites-available
   test_or_die "installing new apache default sites"
 
@@ -251,7 +251,7 @@ a2disconf env_vars_cakelampvm &>/dev/null
 
 # plug in the new version, just stomping anything there.
 # note: we only expect to have one version of the env_vars dir at a time in place in feisty...
-cp -f $FEISTY_MEOW_APEX/production/sites/cakelampvm.com/rolling/env_vars.*/env_vars_cakelampvm.conf /etc/apache2/conf-available
+\cp -f $FEISTY_MEOW_APEX/production/sites/cakelampvm.com/rolling/env_vars.*/env_vars_cakelampvm.conf /etc/apache2/conf-available
 test_or_die "copying environment variables file into place"
 
 # enable the new version of the config file.