volumio-plugins-sources icon indicating copy to clipboard operation
volumio-plugins-sources copied to clipboard

fix(spotify): fix wrongly escaped variables in install script

Open phts opened this issue 1 year ago • 0 comments

Otherwise the original files just got deleted without making a copy:

....
Creating directories
Creating data directory
cp: cannot create regular file '$DAEMON_DATA_PATH/config.yml': No such file or directory
chown: cannot access '$DAEMON_DATA_PATH/config.yml': No such file or directory
cp: cannot create regular file '$DAEMON_DATA_PATH/credentials.json': No such file or directory
chown: cannot access '$DAEMON_DATA_PATH/credentials.json': No such file or directory
Creating Start Script
plugininstallend

and requires reauthorization

cc @devgianlu

phts avatar Jan 14 '25 21:01 phts