fix network.lua

fixed print_network_mode returning a command not found when using bash shell.
This commit is contained in:
IruzzArcana
2022-04-25 18:25:50 +01:00
committed by GitHub
parent 3bc806d2fb
commit 8f575cea31

View File

@@ -297,7 +297,7 @@ return function()
} }
function print_network_mode(){ function print_network_mode(){
check_network_directory check_network_directory
print "${network_mode}" printf "${network_mode}"
} }
print_network_mode print_network_mode
]=], ]=],