Skip to content

Commit e646975

Browse files
committed
Add executable bit to DEB build version
1 parent 18679b6 commit e646975

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/wp-cli-updatedeb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ fi
7979

8080
# move phar
8181
mv ../wp-cli.phar usr/bin/wp
82+
chmod +x usr/bin/wp
8283

8384
# get version
8485
WPCLI_VER="$(usr/bin/wp cli version | cut -d " " -f 2)"

0 commit comments

Comments
 (0)