Skip to content

Commit

Permalink
Revert 5b23751.
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Jul 24, 2023
1 parent 5dab3c7 commit bbeff5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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
# thomas@linuxmuster.net
# 20230710
# 20230724
#

# Reset fb color mode
Expand Down Expand Up @@ -61,7 +61,6 @@ else # handle missing gui problem
echo "Console boot menue of group $HOSTGROUP"
echo "----------------------------------------"
count=0
if [ -d "/conf/" ]; then
for item in /conf/os.*; do
[ -s "$item" ] || continue
name=""
Expand All @@ -72,7 +71,6 @@ else # handle missing gui problem
count=$(( count + 1 ))
echo "[$count] Sync & start $name"
done
fi
echo "----------------------------------------"
echo "[R] Reboot"
echo "[S] Shutdown"
Expand Down

0 comments on commit bbeff5f

Please sign in to comment.