ajustement chemins vers scodoc

This commit is contained in:
Jean-Marie Place 2021-08-06 11:35:06 +02:00
parent 965182cf12
commit da81feb708
5 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,6 +6,6 @@ then
exit 2
fi
ssh $1 /bin/bash<< EOF
cd /opt/scodoc/Products/ScoDoc/tools
cd /opt/scodoc/tools
./create_dept.sh -n ${2}
EOF
EOF

View File

@ -6,7 +6,7 @@ then
exit 2
fi
ssh $1 /bin/bash<< EOF
cd /opt/scodoc/Products/ScoDoc/tools
cd /opt/scodoc/tools
./delete_dept.sh -n ${2}
EOF
# ssh $1 'systemctl restart scodoc'
# ssh $1 'systemctl restart scodoc'

View File

@ -6,7 +6,7 @@ then
exit 2
fi
ssh $1 /bin/bash<< EOF
cd /opt/scodoc/Products/ScoDoc/
cd /opt/scodoc/
scotests/scointeractive.sh -r ${2} scotests/${3}
EOF
# ssh $1 'systemctl restart scodoc'