Skip to content

Commit

Permalink
AV-2055: Whitespace matters in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 23, 2023
1 parent 7aabc64 commit 5195e2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drupal/scripts/init_drupal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ echo "uninstall modules.."
[[ "$MODULE_INFO" == *"page_cache"* ]] && drush pm:uninstall -y page_cache
[[ "$MODULE_INFO" == *"protected_submissions"* ]] && drush pm:uninstall -y protected_submissions
[[ "$MODULE_INFO" == *"avoindata_infobox"* ]] && drush pm:uninstall -y avoindata_infobox
[[ "$MODULE_INFO" == "avoindata_ckeditor_plugins" ]] && drush pm:uninstall -y avoindata_ckeditor_plugins
[[ "$MODULE_INFO" == "ckeditor" ]] && drush pm:uninstall -y ckeditor
[[ "$MODULE_INFO" == "color" ]] && drush pm:uninstall -y color
[[ "$MODULE_INFO" == "rdf" ]] && drush pm:uninstall -y rdf
[[ "$MODULE_INFO" == "bartik" ]] && drush pm:uninstall -y bartik
[[ "$MODULE_INFO" == "seven" ]] && drush pm:uninstall -y seven
[[ "$MODULE_INFO" == *"avoindata_ckeditor_plugins"* ]] && drush pm:uninstall -y avoindata_ckeditor_plugins
[[ "$MODULE_INFO" == *"ckeditor"* ]] && drush pm:uninstall -y ckeditor
[[ "$MODULE_INFO" == *"color"* ]] && drush pm:uninstall -y color
[[ "$MODULE_INFO" == *"rdf"* ]] && drush pm:uninstall -y rdf
[[ "$MODULE_INFO" == *"bartik"* ]] && drush pm:uninstall -y bartik
[[ "$MODULE_INFO" == *"seven"* ]] && drush pm:uninstall -y seven

# enable modules
echo "enable modules.."
Expand Down

0 comments on commit 5195e2a

Please sign in to comment.