alseambusher / crontab-ui

Easy and safe way to manage your crontab file
https://lifepluslinux.blogspot.com/2015/06/crontab-ui-easy-and-safe-way-to-manage.html
MIT License
2.85k stars 476 forks source link

Swap out the current shell for something useful #151

Closed timdonovanuk closed 3 years ago

timdonovanuk commented 3 years ago

Been trying to love this, but half the commands I write and test in a normal bash shell don't translate to this, since it uses /bin/sh. This means even your standard awk, find, tar, curl etc. function differently or are missing a bunch of stuff. Very frustrating!

Other than that, its awesome, thank you!

alseambusher commented 3 years ago

I think you should be able to switch to any shell by setting the SHELL env variable.

Screen Shot 2021-06-28 at 11 20 02 AM

Make sure to "Save to crontab" once you add the env variable.