Skip to content
Snippets Groups Projects
Commit c444aee2 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding openfpm_vars relocation

parent ccc13add
No related branches found
No related tags found
No related merge requests found
Pipeline #2755 failed
...@@ -38,7 +38,7 @@ upgrade_openfpm=0 ...@@ -38,7 +38,7 @@ upgrade_openfpm=0
gpu_support=0 gpu_support=0
no_lin=0 no_lin=0
while getopts di:smghc:nul FLAG; do while getopts div:smghc:nul FLAG; do
case $FLAG in case $FLAG in
d) d)
echo "Disable depencencies installation" echo "Disable depencencies installation"
...@@ -79,6 +79,7 @@ while getopts di:smghc:nul FLAG; do ...@@ -79,6 +79,7 @@ while getopts di:smghc:nul FLAG; do
v) v)
echo "Relocating openfpm_vars file $OPTARG" echo "Relocating openfpm_vars file $OPTARG"
VARS_FILE_LOCATION=$OPTARG VARS_FILE_LOCATION=$OPTARG
;;
h) #show help h) #show help
HELP HELP
;; ;;
......
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