How to change the default shell for the solar grid mechanism

The solar grid filter defaults to csh, and you should put this: #$ -S /bin/shin scripts to avoid this. What global configuration parameter will change this default value?

+3
source share
1 answer

qconf -sql (list of your queues) qconf -mq YOUR_QUEUE_NAME

(change shell to / bin / sh)

+4
source

Source: https://habr.com/ru/post/1727626/


All Articles