Selaa lähdekoodia

Quite lxc push

Joachim M. Giæver 5 vuotta sitten
vanhempi
commit
309dad475c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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