This file contains hidden or 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
# Run this at your site root to upgrade EE 2.x | |
# http://expressionengine.com/user_guide/installation/update.html | |
# Inspired by https://gist.github.com/51633 | |
# WORK IN PROGRESS! USE WITH CAUTION! | |
#!/bin/bash | |
# location of the release | |
RELEASE_PATH="~/Desktop/Outbox/ExpressionEngine2.3.0" | |