Skip to content

Commit

Permalink
修复配置文件检测
Browse files Browse the repository at this point in the history
  • Loading branch information
cxyzzz committed May 6, 2020
1 parent 0306230 commit afe6402
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ set_permissions() {
ui_print "+ Attempting to mount your [Remotes]:"
ui_print "+ please wait..."
ui_print ""
. /system/etc/bash/bashrc
if [[ -e /sdcard/.rclone/rclone.conf ]] || [[-e ${XDG_CONFIG_HOME}/rclone/rclone.conf ]]; then
if [[ -s "/sdcard/.rclone/rclone.conf" ]] || [[ -s "/sdcard/ADM/.config/rclone/rclone.conf" ]]; then

export INTERACTIVE=1
$MODPATH/rclone-wrapper.sh remount
Expand Down

0 comments on commit afe6402

Please sign in to comment.