소스 검색

Remove .ext-conf

Joachim M. Giæver 1 년 전
부모
커밋
3dc27b0866
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/helper/functions

+ 1 - 0
src/helper/functions

@@ -51,6 +51,7 @@ function cpy_2_zui {
 				return 1
 			fi
 			mv "${SNAP_COMMON}/zui-store/logs" "${SNAP_COMMON}/zui-store/z2m-logs"
+			rm -rf "${SNAP_COMMON}/zui-store/.ext-config"
 		else
 			echo "Missing directory ${SNAP_COMMON}/zui-store, cannot write to it. Exiting..." >&2
 			exit 1