Add version output at end of the install.sh script

This commit is contained in:
Daniel Loader 2018-02-20 13:03:50 +00:00 committed by Nick Craig-Wood
parent c99412d11e
commit a70200dd29

View File

@ -171,5 +171,9 @@ case $OS in
esac
#update version variable post install
version=`rclone --version 2>>errors | head -n 1`
printf "\n${version} has successfully installed."
printf '\nNow run "rclone config" for setup. Check https://rclone.org/docs/ for more details.\n\n'
exit 0