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
|
||||
fi
|
||||
ssh $1 /bin/bash<< EOF
|
||||
cd /opt/scodoc/Products/ScoDoc/tools
|
||||
cd /opt/scodoc/tools
|
||||
./create_dept.sh -n ${2}
|
||||
EOF
|
||||
EOF
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user