mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fix
This commit is contained in:
parent
016c3e582c
commit
5eff92a613
2
inxi
2
inxi
|
@ -1259,7 +1259,7 @@ script_self_updater()
|
||||||
{
|
{
|
||||||
eval $LOGFS
|
eval $LOGFS
|
||||||
local wget_error=0 file_contents='' wget_man_error=0
|
local wget_error=0 file_contents='' wget_man_error=0
|
||||||
local man_file_path="$MAN_FILE_LOCATION/inxi.8.gz"
|
local man_file_path="$MAN_FILE_LOCATION/inxi.1.gz"
|
||||||
|
|
||||||
print_screen_output "Starting $SCRIPT_NAME self updater."
|
print_screen_output "Starting $SCRIPT_NAME self updater."
|
||||||
print_screen_output "Currently running $SCRIPT_NAME version number: $SCRIPT_VERSION_NUMBER"
|
print_screen_output "Currently running $SCRIPT_NAME version number: $SCRIPT_VERSION_NUMBER"
|
||||||
|
|
Loading…
Reference in a new issue