diff --git a/bin/portzap b/bin/portzap index 36b9caf..2d9a5e5 100755 --- a/bin/portzap +++ b/bin/portzap @@ -45,7 +45,7 @@ while [ "${i}" -le "$#" ]; do eval "_portzap_option=\$${i}" # shellcheck disable=SC2154 if [ "${_portzap_option}" = "-v" ]; then - cat "${localbase}"/../share/portzap/VERSION + cat "${localbase}"/share/portzap/VERSION exit 0 fi # shellcheck disable=SC2003