Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
wrapper: remove invalid reference
Browse files Browse the repository at this point in the history
rclone-wrapper.sh is now the `rclone` itself, so remove (now defunct) reference to the wrapper script.
This should resolve #1
  • Loading branch information
Avinash Reddy authored Sep 7, 2021
1 parent 313802e commit 43c868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/bin/rclone
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ config () {
if [[ -e ${USER_CONFDIR}/rclone.conf ]]; then
cp ${USER_CONFDIR}/rclone.conf ${MODDIR}/.config/rclone/rclone.conf
fi
${MODDIR}/rclone config && cp ${MODDIR}/.config/rclone/rclone.conf ${USER_CONFDIR}/rclone.conf && echo && ${MODDIR}/rclone-wrapper.sh remount
${MODDIR}/rclone config && cp ${MODDIR}/.config/rclone/rclone.conf ${USER_CONFDIR}/rclone.conf && echo && remount
}

help () {
Expand Down

0 comments on commit 43c868b

Please sign in to comment.