I added the following to my .deliver/config:
post_extract_release_archive() {
status "Removing start_erl.data"
__remote "
[ -f ~/.profile ] && source ~/.profile
set -e
cd $DELIVER_TO/$APP/var $SILENCE
rm start_erl.data
"
}
I added the following to my .deliver/config:
post_extract_release_archive() {
status "Removing start_erl.data"
__remote "
[ -f ~/.profile ] && source ~/.profile
set -e
cd $DELIVER_TO/$APP/var $SILENCE
rm start_erl.data
"
}