#!/bin/bash

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

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

exit 0
