You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.run currently runs cwd before requisites. This means that if the
cwd directory won't exist if the unless suceeds, the state will fail.
For now, we remove the cwd command and replace it with a cd in the
install script. A proper fix is tracked by #51.
Volnoti and rofi install scripts currently set the cwd before running because saltstack/salt#11497 currently isn't sorted out for 2016.03.0.
When that's fixed, the "cd /tmp/*" commands should be removed from /install.sh and replaced with "- cwd: /tmp/" in the appropriate *.sls files.
The text was updated successfully, but these errors were encountered: