cleaning up config functions.

This commit is contained in:
Ray Tanaka
2018-10-31 01:11:24 -07:00
parent fd4d161f1a
commit 203ad8b1b5
2 changed files with 4 additions and 7 deletions

View File

@@ -12,6 +12,8 @@ function configure_archive () {
mv /root/.config/rclone /mutable/configs
ln -s /mutable/configs/rclone /root/.config/rclone
fi
echo "done"
}
configure_archive