Commit 596405b5d259d0f37314b7e6c82ed1585ec658bf
Exists in
master
Merge branch 'master' of https://gitlab.obspm.fr/phamy/voparis-tap-planeto
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
conf/docker-entrypoint.sh
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | # script executé au démarrage du docker | 3 | # script executé au démarrage du docker |
4 | - | 4 | +service ssh restart |
5 | service postgresql restart | 5 | service postgresql restart |
6 | 6 | ||
7 | for rep in $(find /var/gavo/inputs/[0-9a-zA-Z]* -maxdepth 0 -type d | cut -f5 -d'/') | 7 | for rep in $(find /var/gavo/inputs/[0-9a-zA-Z]* -maxdepth 0 -type d | cut -f5 -d'/') |