Commit aa75f368 authored by Kinga Wujek's avatar Kinga Wujek

rootfs: fix comment after copy-paste in /etc/init.d/vlan.sh

Signed-off-by: 's avatarKinga Wujek <dev_public@wujek.eu>
parent 80d52c01
...@@ -13,7 +13,7 @@ start() { ...@@ -13,7 +13,7 @@ start() {
if [ -f $dotconfig ]; then if [ -f $dotconfig ]; then
. $dotconfig . $dotconfig
else else
echo "$0 unable to start wrs_throttling, unable to source " \ echo "$0 unable to set VLANs, unable to source " \
"dot-config ($dotconfig)!" "dot-config ($dotconfig)!"
exit 1 exit 1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment