From da81feb708ba5c6c300f63022973549e85acc486 Mon Sep 17 00:00:00 2001 From: Place Jean-Marie Date: Fri, 6 Aug 2021 11:35:06 +0200 Subject: [PATCH] ajustement chemins vers scodoc --- __pycache__/setup.cpython-37.pyc | Bin 561 -> 0 bytes __pycache__/setup.cpython-38.pyc | Bin 447 -> 0 bytes scriptCreationDepartement.sh | 4 ++-- scriptDeleteDepartement.sh | 4 ++-- scriptExecution.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 __pycache__/setup.cpython-37.pyc delete mode 100644 __pycache__/setup.cpython-38.pyc diff --git a/__pycache__/setup.cpython-37.pyc b/__pycache__/setup.cpython-37.pyc deleted file mode 100644 index b04998fbbf155dd69721bfa555c53ba7143c552f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 561 zcmah`OHRWu5KW;!O3P1NfCURAS_5K*5b7sER6vSq!eTZd%D6OAYDcjHqBr0uNNl)H zww!=1E9|O>&xW!5BJv^9hn>p?OTuitAQxJEjmRGwS>iFL9BCoiEOW(e_&R1z~U=MnJ$G+^l ze&5d5eka$Kqv@YQ1ItiCd@_s*PCBUt;%jUwN;=)33sJWZY9jWdMJnHhI* z?Ng`c4ISGUd$!WD-qs90nq({{j09QA;)rq5)sG+}$)g$zPFc)&lud~Fxulgm=GEhg Rz$|7bX7O@EL$UDpd;;R)rt1Iz diff --git a/__pycache__/setup.cpython-38.pyc b/__pycache__/setup.cpython-38.pyc deleted file mode 100644 index ed10f11731baf2c2575f8b1e43dd643fd02dd2c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 447 zcmY*W-A=+V6z=#P$V4xE18=y18bV@XjA3jTNn{YqZhAA9waDUVm$k#lmG9vb_)5F= zExfWN5b-qqlJA`Fob-GhSymIMus%MYFAM;_H93UhV5qLRR6qa*#J~nA;Swq1GO6GS zsp2ZB;ToyqIx!LGG`3eODN}I+p@=x)QJ2t7H_m0umb{mq-FPON+`M<>6MyRm%sj-K&;?Sb$ zu70|&I}hV~EjT;oTJZ(4hH`BOKi6=@*A!|K)JtKSge-ccAsngA!(2O|tXfbZ9qogJ adY`nHz8B{0nv*=Ccls;Dse+1ee0~9tWr6kp diff --git a/scriptCreationDepartement.sh b/scriptCreationDepartement.sh index d992303..c56b575 100755 --- a/scriptCreationDepartement.sh +++ b/scriptCreationDepartement.sh @@ -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 \ No newline at end of file +EOF diff --git a/scriptDeleteDepartement.sh b/scriptDeleteDepartement.sh index 325ecf8..7eb3d43 100755 --- a/scriptDeleteDepartement.sh +++ b/scriptDeleteDepartement.sh @@ -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' \ No newline at end of file +# ssh $1 'systemctl restart scodoc' diff --git a/scriptExecution.sh b/scriptExecution.sh index 6979aee..4719327 100755 --- a/scriptExecution.sh +++ b/scriptExecution.sh @@ -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'