Commit 596405b5d259d0f37314b7e6c82ed1585ec658bf

Authored by Philippe Hamy
2 parents 545849f9 2f643b8d
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 1 #!/usr/bin/env bash
2 2  
3 3 # script executé au démarrage du docker
4   -
  4 +service ssh restart
5 5 service postgresql restart
6 6  
7 7 for rep in $(find /var/gavo/inputs/[0-9a-zA-Z]* -maxdepth 0 -type d | cut -f5 -d'/')
... ...