mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Move python scripts out of tmux folder, adjust other scripts and classes for this change.
This commit is contained in:
@@ -39,7 +39,7 @@ function window_proxy($tmux_session, $powerline)
|
||||
if ($powerline === '1') {
|
||||
$tmuxconfig = $DIR . "update_scripts/nix_scripts/tmux/powerline/tmux.conf";
|
||||
} else {
|
||||
$tmuxconfig = $DIR . "update_scripts/nix_scripts/tmux/tmux.conf";
|
||||
$tmuxconfig = $DIR . "update_scripts/nix_scripts/tmux/conf/tmux.conf";
|
||||
}
|
||||
|
||||
$nntpproxy = $pdo->getSetting('nntpproxy');
|
||||
|
||||
Reference in New Issue
Block a user