mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update start.sh
added option for mytop
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user