forked from aurelien.plancke/ScodocTestClient
ajustement chemins vers scodoc
This commit is contained in:
parent
965182cf12
commit
da81feb708
Binary file not shown.
Binary file not shown.
@ -6,6 +6,6 @@ then
|
|||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
ssh $1 /bin/bash<< EOF
|
ssh $1 /bin/bash<< EOF
|
||||||
cd /opt/scodoc/Products/ScoDoc/tools
|
cd /opt/scodoc/tools
|
||||||
./create_dept.sh -n ${2}
|
./create_dept.sh -n ${2}
|
||||||
EOF
|
EOF
|
||||||
|
@ -6,7 +6,7 @@ then
|
|||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
ssh $1 /bin/bash<< EOF
|
ssh $1 /bin/bash<< EOF
|
||||||
cd /opt/scodoc/Products/ScoDoc/tools
|
cd /opt/scodoc/tools
|
||||||
./delete_dept.sh -n ${2}
|
./delete_dept.sh -n ${2}
|
||||||
EOF
|
EOF
|
||||||
# ssh $1 'systemctl restart scodoc'
|
# ssh $1 'systemctl restart scodoc'
|
||||||
|
@ -6,7 +6,7 @@ then
|
|||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
ssh $1 /bin/bash<< EOF
|
ssh $1 /bin/bash<< EOF
|
||||||
cd /opt/scodoc/Products/ScoDoc/
|
cd /opt/scodoc/
|
||||||
scotests/scointeractive.sh -r ${2} scotests/${3}
|
scotests/scointeractive.sh -r ${2} scotests/${3}
|
||||||
EOF
|
EOF
|
||||||
# ssh $1 'systemctl restart scodoc'
|
# ssh $1 'systemctl restart scodoc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user