#!/bin/sh

# move config file from the pre-3.0.0 location
if [ -f /etc/conf.d/tiny-cloud ]; then
	mv /etc/conf.d/tiny-cloud /etc/tiny-cloud.conf
fi
