Parcourir la source

Quite lxc push

Joachim M. Giæver il y a 5 ans
Parent
commit
309dad475c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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