#!/bin/bash

### This script is called after the user upgrades the application.

cd "$TRIM_APPDEST"
cd server
cp -f /tmp/easydown/config.json ./data

exit 0
