Timur, hi
I've created the /opt/cgru/software_setup/setup_cg.sh
#!/bin/bash
export NUKE_TEMP_DIR=/mnt/$HOSTNAME/Temp/Nuke/nuke-u$UID
But after execution from keeper, Nuke still uses the default Temp directory /tmp/nuke
I can't understand why.
Local Variables Override
Re: Local Variables Override
Hi.
As i already told you, this script sources any setup_*.sh file(s) in the cgru root folder:
https://github.com/CGRU/cgru/blob/master/setup.sh#L25
Not in cgru/software_setup folder.
So you should use /opt/cgru/setup_cg.sh file.
As i already told you, this script sources any setup_*.sh file(s) in the cgru root folder:
https://github.com/CGRU/cgru/blob/master/setup.sh#L25
Not in cgru/software_setup folder.
So you should use /opt/cgru/setup_cg.sh file.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Re: Local Variables Override
Ah! That's it
Wrong folder.
Thanks a lot!
Wrong folder.
Thanks a lot!