Skip to content
Snippets Groups Projects
Verified Commit 5476fd7a authored by David Beniamine's avatar David Beniamine
Browse files

Fix postinstall start

parent 4f06bb54
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ then
do
echo "Running post install for $ctn"
scp postinstall_$ctn.sh $ctn:.
ssh $ctn postinstall_$ctn.sh
ssh $ctn ./postinstall_$ctn.sh
ssh $ctn rm postinstall_$ctn.sh
done
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment