1
0
mirror of synced 2025-01-18 17:01:41 +03:00

fix bash script

This commit is contained in:
Akolzin Dmitry 2020-03-02 14:20:45 +03:00
parent a0613d83e5
commit d3448908e7

View File

@ -86,7 +86,7 @@ install_woocommerce() {
fi
fi
if [[ ! $WC_VERSION == 'latest' ]]; then
if [[ $WC_VERSION == 'latest' ]]; then
composer install
npm install
fi