move ssh configuration to container.sh

Note: appstore requires to be fixed to start the provisioning on port 22

Part of #152
This commit is contained in:
Girish Ramakrishnan
2016-12-21 09:41:42 -08:00
parent a6ab8ff02f
commit 01126aaeea
3 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ set_progress() {
}
set_progress "1" "Create container"
$script_dir/container.sh
$script_dir/container.sh "${arg_provider}"
set_progress "5" "Adjust system settings"
hostnamectl set-hostname "${arg_fqdn}"