forked from pantheon-systems/drops-7
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from GetDKAN/proposed_release_for_tag_1511834208
1511834208: Proposed release for 7.x-1.14
- Loading branch information
Showing
679 changed files
with
19,203 additions
and
6,924 deletions.
There are no files selected for viewing
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
SETTINGS_PATH=docroot/sites/default/settings.php | ||
DIR=$(dirname $SETTINGS_PATH) | ||
chmod +w $SETTINGS_PATH | ||
chmod +w $DIR | ||
echo ".. Reconnect mysql." | ||
MYSQL_IP=`echo $1 | sed 's/.*@\(.*\)\/.*/\1/g'` | ||
sed -i "s/\(^\s*\)'host' => \(.*\),/\1'host' => '$MYSQL_IP',/g" $SETTINGS_PATH | ||
|
||
chmod -w $SETTINGS_PATH | ||
chmod -w $DIR | ||
|
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 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 file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.