Skip to content

Commit

Permalink
Fix typo in linbo-remote.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyBasher committed Aug 5, 2022
1 parent cbce487 commit 922175a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions serverfs/usr/share/linuxmuster/linbo/linbo-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# exec linbo commands remote per ssh
#
# [email protected]
# 20220730
# 20220805
# GPL V3
#

Expand Down Expand Up @@ -427,9 +427,9 @@ if [ -n "$WAIT" ]; then

if [ -n "$DIRECT" ]; then
if validmac "$macaddr"; then
$WOL "$maccaddr"
$WOL "$macaddr"
else
echo "$maccaddr is no valid mac address!"
echo "$macaddr is no valid mac address!"
continue
fi
fi
Expand Down

0 comments on commit 922175a

Please sign in to comment.