fix network.lua
fixed print_network_mode returning a command not found when using bash shell.
This commit is contained in:
@@ -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
|
||||||
]=],
|
]=],
|
||||||
|
|||||||
Reference in New Issue
Block a user