1 2 3 4 5 6 7 8 9
post_install() { echo -n 'Updating wpscan database...' /usr/bin/wpscan --update >/dev/null 2>&1 echo "done." } post_upgrade() { post_install }