Revert "install.sh: create ~/.config/rclone directory"
This reverts commit d694bb30e5
.
If it creates a config directory then it leaves it owned by root which
is very confusing for new users.
This commit is contained in:
parent
424554bc85
commit
2c4aadb588
1 changed files with 0 additions and 2 deletions
|
@ -187,8 +187,6 @@ esac
|
|||
|
||||
#update version variable post install
|
||||
version=`rclone --version 2>>errors | head -n 1`
|
||||
#create the directory for the default configuration folder
|
||||
mkdir $HOME/.config/rclone -p
|
||||
|
||||
printf "\n${version} has successfully installed."
|
||||
printf '\nNow run "rclone config" for setup. Check https://rclone.org/docs/ for more details.\n\n'
|
||||
|
|
Loading…
Reference in a new issue