Skip to content

Commit

Permalink
remove argument from generate-links
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 29, 2023
1 parent 620c343 commit 8afc0bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ADAravis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ ibek support compile ADGenICam
ibek support compile ${NAME}

# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
ibek support generate-links ${NAME}
ibek support generate-links
2 changes: 1 addition & 1 deletion ADCore/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ ibek support add-to-config-site ${NAME} "${CONFIG}"
ibek support compile ${NAME}

# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
ibek support generate-links ${NAME}
ibek support generate-links


2 changes: 1 addition & 1 deletion ADSimDetector/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ibek support add-dbds simDetectorSupport.dbd
# compile the support module
ibek support compile ${NAME}
# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
ibek support generate-links ${NAME}
ibek support generate-links


2 changes: 1 addition & 1 deletion asyn/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ fi
ibek support compile ${NAME}

# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
ibek support generate-links ${NAME}
ibek support generate-links


2 changes: 1 addition & 1 deletion autosave/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ fi
# compile the support module
ibek support compile ${NAME}
# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
ibek support generate-links ${NAME}
ibek support generate-links


2 changes: 1 addition & 1 deletion busy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ibek support add-dbds busySupport.dbd
# compile the support module
ibek support compile ${NAME}
# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
ibek support generate-links ${NAME}
ibek support generate-links



2 changes: 1 addition & 1 deletion iocStats/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ ibek support add-dbds devIocStats.dbd
ibek support compile ${NAME}

# prepare *.bob, *.pvi, *.ibek.support.yaml for access outside the container.
ibek support generate-links ${NAME}
ibek support generate-links

0 comments on commit 8afc0bb

Please sign in to comment.