commit | 8f3e28cec1f81b1aa21066155cca3ce8193e9a41 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Tue Sep 27 18:26:27 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Tue Sep 27 18:26:27 2011 -0700 |
tree | 4452362ffd248255a896f01c736abaddf15dcffc | |
parent | 248221a4538c8312a6ea132c52f448106470e7e7 [diff] [blame] |
use the current user instead of stack for dash
diff --git a/stack.sh b/stack.sh index 7ecbc83..4c16bfa 100755 --- a/stack.sh +++ b/stack.sh
@@ -241,6 +241,7 @@ ## Configure apache's 000-default to run dashboard sudo cp $FILES/000-default.template /etc/apache2/sites-enabled/000-default + sudo sed -e "s,%USER%,$USER,g" -i /etc/apache2/sites-enabled/000-default sudo sed -e "s,%DASH_DIR%,$DASH_DIR,g" -i /etc/apache2/sites-enabled/000-default fi