Explorar o código

Quite lxc push

Joachim M. Giæver %!s(int64=5) %!d(string=hai) anos
pai
achega
309dad475c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/lxcbuild

+ 1 - 1
bin/lxcbuild

@@ -124,7 +124,7 @@ fi
 container_snap_sh 'ls'
 if [ $? -ne 0 ]; then
 	cprint "info" "Pushing $(pwd) to ${CONTAINER_NAME}:$(container_home)"
-	$(lxc file push "$(pwd)" "${CONTAINER_NAME}/$(container_home)" -r)
+	lxc file push "$(pwd)" "${CONTAINER_NAME}/$(container_home)" -rq
 else
 	cprint "Pulling repo"
 	git pull