Skip to content

Commit

Permalink
Fix #40: linbo_gui not downloaded on unregistered clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Dec 28, 2021
1 parent 0ef31d0 commit a09eea6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
linuxmuster-linbo7 (4.0.4-0) lmn71; urgency=low

* Fix #40: linbo_gui not downloaded on unregistered clients.

-- Thomas Schmitt <[email protected]> Tue, 28 Dec 2021 20:19:00 +0100

linuxmuster-linbo7 (4.0.3-0) lmn71; urgency=low

* Fix #32: Add global.reg to linuxmuster-win.
Expand Down
2 changes: 1 addition & 1 deletion linbofs/etc/linbo-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
LINBO 4.0.3-0: Subterranean Homesick Blues
LINBO 4.0.4-0: Subterranean Homesick Blues
4 changes: 2 additions & 2 deletions linbofs/linbo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# (C) Klaus Knopper 2007
# License: GPL V2
# [email protected]
# 20211023
# 20211228
#

# Reset fb color mode
Expand Down Expand Up @@ -95,7 +95,7 @@ get_linbo_gui(){
print_status "Successfully mounted cache partition." | tee -a /cache/linbo.log
fi
# get network infos
[ -s /tmp/network.ok ] && source /tmp/network.ok
[ -s /tmp/dhcp.log ] && source /tmp/dhcp.log &> /dev/null
if [ -z "$linbo_server" ]; then
print_status "Fatal: Cannot read network infos. Continuing offline." | tee -a /cache/linbo.log
offline="yes"
Expand Down

0 comments on commit a09eea6

Please sign in to comment.