Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save spinolacastro/ec2f55d1f9c7e599f167803f006fc3c8 to your computer and use it in GitHub Desktop.

Select an option

Save spinolacastro/ec2f55d1f9c7e599f167803f006fc3c8 to your computer and use it in GitHub Desktop.
#!/bin/bash -ex
if [ -e /usr/local/sti/assemble ]; then
# old assemble location in previous php image versions
source /usr/local/sti/assemble
else
source ${STI_SCRIPTS_PATH}/assemble
fi
chmod -R go+rw ./logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment