diff --git a/hyakvnc/__main__.py b/hyakvnc/__main__.py index 7a3ae4f..41a9b90 100644 --- a/hyakvnc/__main__.py +++ b/hyakvnc/__main__.py @@ -114,7 +114,7 @@ def create_node_signal_handler(signal_number, frame): # Command to start the apptainer instance and keep it running: apptainer_cmd_with_rest = ( - apptainer_env_vars_string + "printenv && " + apptainer_cmd + " && while true; do sleep 10; done" + apptainer_env_vars_string + apptainer_cmd + " && while true; do sleep 10; done" ) # The sbatch wrap functionality allows submitting commands without an sbatch script:t