very tasty changes indeed
[feisty_meow.git] / scripts / site_avenger / powerup.sh
index 60c277836d3e9be2d2fd2d7a172c384161dd6bf3..a72e06f19ec982ff5f86d57fbbb499283c2fd922 100644 (file)
@@ -5,8 +5,6 @@
 
 # This script "powers up" a cakephp site by running the database migrations,
 # cleaning out the ORM cache, and fixing file permissions.
-# Note that the mysql database must already exist and allow permissions to
-# the configured username/password in config/app.php.
 # This script is currently highly specific to site avenger.
 
 # General Info:
@@ -23,6 +21,7 @@
 # start with.  The concept of the theme comes from cakephp.
 
 export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )"  # obtain the script's working directory.
+
 source "$WORKDIR/shared_site_mgr.sh"
 
 ############################