Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix 'rdctl: command not found' (#91)
@cobbr2 saw this error while testing recent [changes](b3df8cd): ``` => Moving App 'Rancher Desktop.app' to '/Applications/Rancher Desktop.app' :beer: ih-rancher was successfully installed! INFO[0000] About to launch /usr/bin/open -a /Applications/Rancher Desktop.app ... In order to continue with Rancher configuration and be able to use this engine, some IDEs require the creation of symlinks for remote Python interpreters Your password is required for the creation of symlink mentioned above ln: /usr/local/bin/docker: File exists ln: /usr/local/bin/docker-compose: File exists Parse error: bad token <stdin>:1 /opt/homebrew/Cellar/ih-core/0.1.51/lib/core/rancher/step.sh: line 170: rdctl: command not found Rancher Desktop has been installed successfully ``` rdctl should be installed at that point of the script, and `rdctl` works for me locally. This PR tries using `$HOME/.rd/bin/rdctl` instead.
- Loading branch information