redislabs-training / slides-as-code-setup

Setup scripts for the slides-as-code project
1 stars 0 forks source link

Script execution from a different path #4

Closed nosqlgeek closed 4 years ago

nosqlgeek commented 4 years ago

I am getting the following error message when trying to excute 'rls' from a different path:

../rls.sh: line 2: config.sh: No such file or directory
57dff5fb1527ac018b2f942f123de1e70b2ed0432ca37de017b61bd2e9e2ddfa
You presentation presentation.md was initialised successfully. Serve it by running ./rls.sh serve and Have fun!

It should be possible to run the command in a way that it can be executed from any path. This would allow to have a truely global installation of it.

elena-kolevska commented 4 years ago

Fixed by @nosqlgeek . Closing.