Added EOF marker to let smxi do its integrity check on the file. Without that the install fails.

This commit is contained in:
inxi-svn 2008-11-08 19:15:19 +00:00
parent 42684b4dc2
commit 269d923b0f

4
inxi
View file

@ -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**###