Skip to content
Snippets Groups Projects
Verified Commit 64acce47 authored by David Beniamine's avatar David Beniamine
Browse files

Do not safe run sync sid

parent 9ba8ecaa
Branches
No related tags found
No related merge requests found
...@@ -53,8 +53,10 @@ safe_run gen_conteneurs ...@@ -53,8 +53,10 @@ safe_run gen_conteneurs
echo "Generating initial config" echo "Generating initial config"
$DIR/import_config.sh $DIR/import_config.sh
echo "You can safely ignore ldap errors below"
scp $DIR/sync_sid.sh partage:. scp $DIR/sync_sid.sh partage:.
safe_run ssh partage bash ./sync_sid.sh echo "End of ignorable ldap errors"
ssh partage bash ./sync_sid.sh
ssh partage rm sync_sid.sh ssh partage rm sync_sid.sh
echo "Instanciating server" echo "Instanciating server"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment