Last active
August 29, 2015 14:07
-
-
Save omega8cc/afe8d9cc1ca126a43cab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This little magic will update important BOA scripts and apply the patch | |
to fix Drupal 7 core vulnerability: https://www.drupal.org/SA-CORE-2014-005 | |
in all built-in D7 platforms. | |
Note that it will *not* fix anything in custom platforms created in the | |
~/static directory tree - you will have to apply this patch manually there: | |
https://www.drupal.org/files/issues/SA-CORE-2014-005-D7.patch | |
WARNING! Do not run this magic fix if you have BOA system older than 2.3.0 | |
cd | |
clear | |
rm -f boafix.txt* | |
wget -q -U iCab http://files.aegir.cc/update/boafix.txt | |
bash boafix.txt | |
rm -f boafix.txt* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment