]> ToastFreeware Gitweb - toast/tdyndns.git/blobdiff - cgi-bin/dyndns.py
Omit the full path when calling nsupdate_dyndns.
[toast/tdyndns.git] / cgi-bin / dyndns.py
index 285d0dc8ab81537a77a6adf5de056889c309d3da..5cbf1cee2d2ece5b71606fe3a94f0c478a111abf 100755 (executable)
@@ -162,7 +162,7 @@ try:
                        raise MyipInvalid()
 
        # update bind
-       call_params = ['sudo', '/usr/local/bin/nsupdate_dyndns']
+       call_params = ['sudo', 'nsupdate_dyndns']
        if offline:
                call_params.append('--delete')
        if myip is not None: