Remove the command to install the wp-cli/restful package from script

This commit is contained in:
2024-08-25 11:53:13 +10:00
parent 5d0cfb3c1b
commit 239f2781b4

View File

@@ -11,8 +11,6 @@ WP_FLAGS="--allow-root --path=/var/www/html"
path="$1"
wp package install wp-cli/restful $WP_FLAGS
if test -d "$path"; then
echo "Found $path, starting upload."
for file in "$path"/*/*.jpg; do