Skip to content

Instantly share code, notes, and snippets.

@grk
Created May 19, 2014 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grk/0f19e483ee321eddfd61 to your computer and use it in GitHub Desktop.
Save grk/0f19e483ee321eddfd61 to your computer and use it in GitHub Desktop.
# config/deploy/shelly/before_restart
set -e
# link nested directory public/system to persistent disk/system
mkdir -p disk/public/images
ln -s ../disk/public/images public/images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment