Преглед на файлове

Added one more location for tmux

Daniel Gibbs преди 11 години
родител
ревизия
d456d43d11
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      functions/fn_check_tmux

+ 1 - 1
functions/fn_check_tmux

@@ -6,7 +6,7 @@
 
 
 # Checks if tmux is installed as too many users do not RTFM or know how to use Google.
 # Checks if tmux is installed as too many users do not RTFM or know how to use Google.
 
 
-if [ "$(command -v tmux)" ]||[ "$(which tmux)" ]||[ -f "/usr/bin/tmux" ]; then
+if [ "$(command -v tmux)" ]||[ "$(which tmux)" ]||[ -f "/usr/bin/tmux" ]||[ -f "/bin/tmux" ]; then
 	:
 	:
 else
 else
 	fn_printfailnl "Tmux not installed"
 	fn_printfailnl "Tmux not installed"