mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
Add version output at end of the install.sh script
This commit is contained in:
parent
c99412d11e
commit
a70200dd29
@ -171,5 +171,9 @@ case $OS in
|
|||||||
esac
|
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'
|
printf '\nNow run "rclone config" for setup. Check https://rclone.org/docs/ for more details.\n\n'
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user