This commit is contained in:
Ray Tanaka
2018-10-31 03:26:39 -07:00
parent 736b960eb7
commit 9687859297

View File

@@ -8,7 +8,7 @@ function configure_archive () {
if [ ! -L "/root/.config/rclone" ] && [ -e "/root/.config/rclone" ]
then
echo "Moving rclone configs in /mutable"
echo "Moving rclone configs into /mutable"
mv /root/.config/rclone /mutable/configs
ln -s /mutable/configs/rclone /root/.config/rclone
fi