Update start.sh

added option for mytop
This commit is contained in:
jonnyboy
2012-12-31 16:15:31 -05:00
parent 6bfb8d733b
commit 57c7b3024e
+2 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
source edit_these.sh
eval $( sed -n "/^define/ { s/.*('\([^']*\)', '*\([^']*\)'*);/export \1=\"\2\"/; p }" ../../../../www/config.php )
if [[ $AGREED == "no" ]]; then
echo "Please edit the edit_these.sh file"
@@ -27,6 +27,7 @@ $TMUX splitw -h -p 66 'echo "processAdditional Working......" && sleep 35 && $PH
$TMUX splitw -h -p 50 'echo "postProcessing Working......" && sleep 40 && $PHP bin/postprocessing.php'
$TMUX selectp -t 3
$TMUX splitw -h -p 50 #'$BWMNG'
$TMUX splitw -h -p 50 #'$MYTOP -u $DB_USER -p '$DB_PASSWORD' -d $DB_NAME -h $DB_HOST'
$TMUX selectp -t 5
$TMUX splitw -h -p 50 'cd bin && echo "create Releases Working......" && ./cleanup_scripts.sh'