Fix sandbox provision script

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-28 16:05:26 +04:00
parent 6a05c22356
commit ae47a960ef
2 changed files with 20 additions and 14 deletions

View File

@@ -76,15 +76,12 @@ cmd_create() {
fi
limactl create "${create_args[@]}" "${TEMPLATE}"
limactl start "${VM_NAME}"
echo ""
cmd_status
}
cmd_start() {
echo "Starting sandbox: ${VM_NAME}"
limactl start "${VM_NAME}"
cmd_exec -- sudo systemctl start probod probo-console probo-trust
echo ""
cmd_status
}