From 83e5631b03c2b582a57e6967679eeae12f807797 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 4 Jan 2022 17:30:57 -0800 Subject: [PATCH] chmod was wrong file --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 408ac79..6146c23 100755 --- a/update.sh +++ b/update.sh @@ -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