|
@@ -20,4 +20,6 @@ if [ -d $(dirname "${PRIORITY_DIR}") ]; then
|
|
fi
|
|
fi
|
|
|
|
|
|
# Update references to the external config directory
|
|
# Update references to the external config directory
|
|
-sed -iE "s#$(dirname ${SNAP_DATA})/(current|[0-9]+)#${SNAP_DATA}/#g" $ZWAVEJS_EXTERNAL_CONFIG/devices/index.json
|
|
|
|
|
|
+# sed -iE "s#$(dirname ${SNAP_DATA})/(current|[0-9]+)#${SNAP_DATA}/#g" $ZWAVEJS_EXTERNAL_CONFIG/devices/index.json
|
|
|
|
+# Discussed with Al Calzone, lead dev of Zwavejs, can just be deleted and re-build
|
|
|
|
+rm "${ZWAVEJS_EXTERNAL_CONFIG}/devices/index.json"
|