Move more scripts out of tmux folder, move tmux.conf out of conf folder.

This commit is contained in:
Darko
2015-09-30 11:35:59 +02:00
parent 0602f5173a
commit 2e54188bec
10 changed files with 71 additions and 155 deletions
@@ -87,7 +87,7 @@ while ($runVar['counts']['iterations'] > 0) {
//assign scripts
$runVar['scripts']['releases'] = ($runVar['constants']['tablepergroup'] == 0
? "{$runVar['commands']['_php']} {$runVar['paths']['misc']}update_scripts/nix_scripts/tmux/bin/update_releases.php 1 false"
? "{$runVar['commands']['_php']} {$runVar['paths']['misc']}update_scripts/update_releases.php 1 false"
: "{$runVar['commands']['_php']} {$runVar['paths']['misc']}update_scripts/nix_scripts/multiprocessing/releases.php"
);