Skip to content
Snippets Groups Projects
Commit 118545b5 authored by Michael Langguth's avatar Michael Langguth
Browse files

Bugfix to enable runnig on JSC's HPC-system again.

parent 15c74dc9
No related branches found
No related tags found
No related merge requests found
Pipeline #96776 failed
...@@ -57,9 +57,7 @@ if [[ -z "$1" ]]; then ...@@ -57,9 +57,7 @@ if [[ -z "$1" ]]; then
return return
fi fi
if [[ "$#" -gt 1 ]]; then
check_argin ${@:2} # sets further variables check_argin ${@:2} # sets further variables
fi
# set some variables # set some variables
HOST_NAME="$(hostname)" HOST_NAME="$(hostname)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment