TomWhitwell / SlowMovie

MIT License
342 stars 67 forks source link

Selecting NO to service install exits script #141

Closed robweber closed 1 year ago

robweber commented 1 year ago

Describe the problem When doing a clean install using the install.sh script the script stops functioning if "no" is selecting during the run as a service? prompt. Instead of continuing properly and not installing the service the script just halts and exits. Selecting "yes" continues as expected.

Steps to Reproduce Do a clean install of SlowMovie using the current install script. When prompted to install the service select no. Make sure SlowMovie is completely uninstalled if trying from an existing system (uninstall service, delete git folder, etc).

Platform Information

Was tested on an Rpi from a clean install.

robweber commented 1 year ago

Wanted to add this was tested on both Raspberry Pi OS 10 and 11 with the same results.