From 15594fea33b9e573a9f829a09423b725b1f0db0d Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Thu, 2 Aug 2018 20:12:50 +0200 Subject: [PATCH] Fixed RCLONE_SCRIPT-FULLSYNC.SH call to RCLONE_SCRIPT.SH --- ReadMe.md | 6 +++--- rclone_script-fullsync.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index cd54237..8200e6d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -10,9 +10,9 @@ This script will setup different things on your RetroPie in order to automatical Just install this via ```bash -wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh -chmod 755 ~/scripts/rclone_script-install.sh -~/scripts/rclone_script-install.sh +wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh; +chmod 755 ~/scripts/rclone_script-install.sh; +~/scripts/rclone_script-install.sh; ``` and follow the instructions. diff --git a/rclone_script-fullsync.sh b/rclone_script-fullsync.sh index 19bb77e..c326279 100644 --- a/rclone_script-fullsync.sh +++ b/rclone_script-fullsync.sh @@ -1,3 +1,3 @@ #!/bin/bash -~/scripts/rclone_script "full" \ No newline at end of file +~/scripts/rclone_script.sh "full" \ No newline at end of file