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

Add missing instanciation

parent 1eeb8f66
No related branches found
No related tags found
No related merge requests found
...@@ -55,10 +55,11 @@ $DIR/import_config.sh ...@@ -55,10 +55,11 @@ $DIR/import_config.sh
echo "Generating initial config" echo "Generating initial config"
safe_run gen_config safe_run gen_config
echo "Instanciating server"
scp $DIR/sync_sid.sh partage:. scp $DIR/sync_sid.sh partage:.
safe_run ssh partage bash ./sync_sid.sh safe_run ssh partage bash ./sync_sid.sh
ssh partage rm sync_sid.sh ssh partage rm sync_sid.sh
echo "Instanciating server"
safe_run instance
echo "Running diagnostic" echo "Running diagnostic"
safe_run diagnose -L safe_run diagnose -L
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment