Browse Source

Remove .ext-conf

Joachim M. Giæver 1 year ago
parent
commit
3dc27b0866
1 changed files with 1 additions and 0 deletions
  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