aports/main/tiny-cloud/tiny-cloud.pre-upgrade
Jake Buchholz Göktürk 5d35f7b07b main/tiny-cloud: upgrade to 3.0.0_rc1
For further testing of new release.
2023-05-03 03:08:19 +00:00

7 lines
148 B
Bash

#!/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