@@ -18,10 +18,11 @@ check_files () {
}
read_options() {
while getopts "a" opt; do
while getopts "ad:" opt; do
case "${opt}" in
a) OPTION_ASSETS=true;;
\?) ;;
d) SOURCEDIR=$OPTARG;;
\?) exit 2;;
esac
done
The note is not visible to the blocked user.