Skip to content
Snippets Groups Projects
Commit f6f079b6 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Merge branch '24june' into 'master'

24june

See merge request !348
parents ad55067c 264cf175
No related branches found
No related tags found
1 merge request!34824june
#!/bin/bash
function check_scratch_dir() {
SCRATCH="/scratch"
if [[ ! -d $SCRATCH ]]
then
echo "Scratch Directory Does't Exists"
die 1 " $FUNCNAME ERROR Scratch Directory Does't Exists"
fi
return 0
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment