mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
Added EOF marker to let smxi do its integrity check on the file. Without that the install fails.
This commit is contained in:
parent
42684b4dc2
commit
269d923b0f
4
inxi
4
inxi
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 0.4.7
|
||||
#### version: 0.4.8
|
||||
#### Date: November 8 2008
|
||||
########################################################################
|
||||
#### inxi is a fork of infobash, the original bash sys info script by locsmif
|
||||
|
@ -1951,3 +1951,5 @@ fi
|
|||
# weechat's executor plugin forced me to do this, and rightfully so, because else the exit code
|
||||
# from the last command is taken..
|
||||
exit 0
|
||||
## note: this EOF is needed for smxi handling, this is what triggers the full download ok
|
||||
###**EOF**###
|
||||
|
|
Loading…
Reference in a new issue