mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
typo
This commit is contained in:
@@ -8,7 +8,7 @@ function configure_archive () {
|
|||||||
|
|
||||||
if [ ! -L "/root/.config/rclone" ] && [ -e "/root/.config/rclone" ]
|
if [ ! -L "/root/.config/rclone" ] && [ -e "/root/.config/rclone" ]
|
||||||
then
|
then
|
||||||
echo "Moving rclone configs in /mutable"
|
echo "Moving rclone configs into /mutable"
|
||||||
mv /root/.config/rclone /mutable/configs
|
mv /root/.config/rclone /mutable/configs
|
||||||
ln -s /mutable/configs/rclone /root/.config/rclone
|
ln -s /mutable/configs/rclone /root/.config/rclone
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user