Display MoreIndeed via ssh.
To find the location of the executable (script):
which spotify
To see if the file is an (executable) binary or (executable) script:
(you already know it is a script, so text based, but just to let you learn)
file /usr/bin/spotify
To actually see the content of the text file:
cat /usr/bin/spotify
Have a good look at the script, to see if you understand it.
The script contains two functions install_spotify and run_spotify.
Below that you see two if fi blocks, a line that calls function run_spotify with some parameters. And next again a if fi block that only gets run if spotify has finished.
It is the first two if fi blocks, and the call to function run_spotify that you need to understand and execute manually.
Thank you RomMon,
I was able to look at the file via SSH and SFTP. I am not sure how to run it manually. Also what specific log file would I look at to trouble shoot it? I was able to install the 20171027 build on 3 different machines and get everything to work. But the only reason I would like to update to the latest build is the fact that, the ability to remove added network locations has been fixed. I need that because I am always updating my network storage data and location as my data grows.
Anyway, I think I will stay with the 20171027 build until the Spotify issue is fixed. Thanks again you have been a great help.