mirror of
https://github.com/openwrt/routing.git
synced 2025-12-22 06:04:32 +04:00
alfred: fix whitespaces
This commit is contained in:
@@ -67,11 +67,11 @@ alfred_start()
|
|||||||
append alfred_args "$args"
|
append alfred_args "$args"
|
||||||
enable=1
|
enable=1
|
||||||
|
|
||||||
config_get_bool start_vis "$section" start_vis 0
|
config_get_bool start_vis "$section" start_vis 0
|
||||||
if [ "$start_vis" = 1 ] && [ -x /usr/sbin/batadv-vis ]; then
|
if [ "$start_vis" = 1 ] && [ -x /usr/sbin/batadv-vis ]; then
|
||||||
vis_enable=1
|
vis_enable=1
|
||||||
append vis_args "-i $batmanif -s"
|
append vis_args "-i $batmanif -s"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
config_get_bool run_facters "$section" run_facters 0
|
config_get_bool run_facters "$section" run_facters 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user