mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
config/13.per_ip_routing: fix typo in error message
metze (This used to be ctdb commit 4b06665b77cb24d488f4ef03cc9ad5fd5d0feb0e)
This commit is contained in:
@ -396,7 +396,7 @@ case "$1" in
|
||||
}
|
||||
|
||||
setup_per_ip_routing $ip $niface $table_id $release_script $setup_script || {
|
||||
echo "$0: $1: setup_per_ip_routing $ip $iface $table_id $release_script $setup_script - failed"
|
||||
echo "$0: $1: setup_per_ip_routing $ip $niface $table_id $release_script $setup_script - failed"
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user