Skip to content
Snippets Groups Projects
Commit ed923aa0 authored by Rui Wang's avatar Rui Wang
Browse files

Update run_custom_img.sh

parent 7d6f2e07
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ if [ $(shifterimg images|grep -c -e $image) == 0 ]
then
echo "Pull image $image ..."
shifterimg pull $image
else echo "Image $image not found in shifter hub"
else echo "Image $image found in shifter hub"
fi
shifter --image=$image -m cvmfs,gpu -- /bin/bash run_img.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment