Commit 86c017ec authored by neil's avatar neil
Browse files

fix deactivate return code

parent 0407c4e0
......@@ -2863,7 +2863,9 @@ deactivate() {
if [ -z "$_d_dm" ] || [ "$_d_dm" = "$NO_VALUE" ] ; then
continue
fi
_deactivate "$_d_dm" $_d_type
if ! _deactivate "$_d_dm" $_d_type ; then
return 1
fi
done
}
......
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