chmod was wrong file

This commit is contained in:
Matthew Saunders Brown 2022-01-04 17:30:57 -08:00
parent 19d9bd5c2a
commit 83e5631b03

View File

@ -41,7 +41,7 @@ fi
# check wp-cron.sh for update
if ! diff -q sbin/wp-cron.sh /usr/local/sbin/wp-cron.sh ; then
cp sbin/wp-cron.sh /usr/local/sbin/wp-cron.sh
chmod 755 /etc/bash_completion.d/wp-cli
chmod 755 /usr/local/sbin/wp-cron.sh
echo "sbin/wp-cron.sh updated"
echo
fi