Fix issues in Ubuntu with REST scripts
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
4b66eb66b6
commit
053f40dbb6
23 changed files with 22 additions and 26 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh calendarexceptiontypes $*
|
||||
./export.sh calendarexceptiontypes $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh calendars $*
|
||||
./export.sh calendars $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh costcategories $*
|
||||
./export.sh costcategories $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh criteriontypes $*
|
||||
./export.sh criteriontypes $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh labels $*
|
||||
./export.sh labels $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh materialcategories $*
|
||||
./export.sh materialcategories $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh orderelements $*
|
||||
./export.sh orderelements $*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./rest-common-env.sh
|
||||
|
||||
. ./export.sh resources $*
|
||||
./export.sh resources $*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./rest-common-env.sh
|
||||
|
||||
. ./export.sh typeofworkhours $*
|
||||
./export.sh typeofworkhours $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh unittypes $*
|
||||
./export.sh unittypes $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./export.sh workreports $*
|
||||
./export.sh workreports $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh calendarexceptiontypes $*
|
||||
./import.sh calendarexceptiontypes $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh calendars $*
|
||||
./import.sh calendars $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh costcategories $*
|
||||
./import.sh costcategories $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh criteriontypes $*
|
||||
./import.sh criteriontypes $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh labels $*
|
||||
./import.sh labels $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh materialcategories $*
|
||||
./import.sh materialcategories $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh orderelements $*
|
||||
./import.sh orderelements $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh resources $*
|
||||
./import.sh resources $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh typeofworkhours $*
|
||||
./import.sh typeofworkhours $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh unittypes $*
|
||||
./import.sh unittypes $*
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
. ./import.sh workreports $*
|
||||
./import.sh workreports $*
|
||||
|
|
|
|||
0
scripts/rest-clients/import.sh
Normal file → Executable file
0
scripts/rest-clients/import.sh
Normal file → Executable file
Loading…
Add table
Reference in a new issue