chmod was wrong file
This commit is contained in:
parent
19d9bd5c2a
commit
83e5631b03
|
@ -41,7 +41,7 @@ fi
|
||||||
# check wp-cron.sh for update
|
# check wp-cron.sh for update
|
||||||
if ! diff -q sbin/wp-cron.sh /usr/local/sbin/wp-cron.sh ; then
|
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
|
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 "sbin/wp-cron.sh updated"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user