GITLAB
CDPP
/
docker_dachs_server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2f643b8d03ca6a7ac62b24638d64f9e1ff688005
Authored by
root
2020-11-23 15:42:58 +0000
1 parent
5eefbe5f
Exists in
master
ajoute ssh serveur
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
conf/docker-entrypoint.sh
Inline
Side-by-side
conf/docker-entrypoint.sh
Wrap text
Diff comments
View file @
2f643b8
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'/')
...
...