diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index a462dcc24..f411d2f72 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -11,6 +11,7 @@ while getopts ":b:v:" opt; do ;; v) VERSION=${OPTARG} + echo "Version: ${VERSION}" ;; \?) echo "Invalid option: -${OPTARG}"