diff --git a/github/check.privatebin.update b/github/check.privatebin.update index b50dd08..58ba5dc 100755 --- a/github/check.privatebin.update +++ b/github/check.privatebin.update @@ -42,7 +42,7 @@ DEBUG=0 script_wd=$(dirname "${0}") pb_install_dir="${1}" -pb_current_version=$(cd "${pb_install_dir}" || exit 1 ; awk '/@version/ { print $3 }' index.php || exit 1 ; cd - > /dev/null || exit 1) +pb_current_version=$(cd "${pb_install_dir}" || exit 1 ; awk '/@version/ { print $3 }' lib/Configuration.php || exit 1 ; cd - > /dev/null || exit 1) pb_repo_url="https://github.com/PrivateBin/PrivateBin" pb_new_version=$("${script_wd}"/releasetags "${pb_repo_url}" | head -n1 | sed 's/v//')