diff --git a/extra/conversion-scripts/sshyp-convert-v1.0.0.py b/extra/conversion-scripts/sshyp-convert-v1.0.0.py index 1e0c8ce..4d7b323 100755 --- a/extra/conversion-scripts/sshyp-convert-v1.0.0.py +++ b/extra/conversion-scripts/sshyp-convert-v1.0.0.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 from os import path, remove, system, walk from pathlib import Path diff --git a/extra/conversion-scripts/sshyp-refresh-1.1.1+.py b/extra/conversion-scripts/sshyp-refresh-1.1.1+.py index 673f291..9185671 100755 --- a/extra/conversion-scripts/sshyp-refresh-1.1.1+.py +++ b/extra/conversion-scripts/sshyp-refresh-1.1.1+.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 from os import path, system, uname, walk from pathlib import Path diff --git a/sshyp-mfa/bin/sshyp-mfa.py b/sshyp-mfa/bin/sshyp-mfa.py index 65d7a49..824995e 100755 --- a/sshyp-mfa/bin/sshyp-mfa.py +++ b/sshyp-mfa/bin/sshyp-mfa.py @@ -1,4 +1,4 @@ -#!/bin/python3 +#!/usr/bin/env python3 from base64 import b32decode from hmac import new as new_mac