소스 검색

Quite lxc push

Joachim M. Giæver 5 년 전
부모
커밋
309dad475c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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