Skip to content

Commit

Permalink
Fix #45
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilieto committed Jun 27, 2021
1 parent 5edec0e commit 9bde433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsupdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ns_update()
res=$?
done

return $?
return $res
}

ARGS=5
Expand Down

0 comments on commit 9bde433

Please sign in to comment.