mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 23:29:11 +00:00
trying to add -! 30 to trick inxi into thinking it is running in shell
This commit is contained in:
parent
1688781f7f
commit
3f071d5849
1 changed files with 3 additions and 0 deletions
3
inxi
3
inxi
|
@ -2153,6 +2153,9 @@ get_parameters()
|
|||
14)
|
||||
script_self_updater "$SCRIPT_DOWNLOAD_BRANCH_4" 'svn: branch four server'
|
||||
;;
|
||||
30)
|
||||
B_RUNNING_IN_SHELL='true'
|
||||
;;
|
||||
ftp*)
|
||||
ALTERNATE_FTP="$OPTARG"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue