There was an error while loading. Please reload this page.
1 parent 8658791 commit 8e245f0Copy full SHA for 8e245f0
1 file changed
scripts/package-build/linux-kernel/build-intel-nic.sh
@@ -78,4 +78,4 @@ fpm --input-type dir --output-type deb --name vyos-intel-${DRIVER_NAME} \
78
--license "GPL2" -C ${DEBIAN_DIR} --after-install ${DEBIAN_POSTINST}
79
80
# cleanup
81
-rm -rf ${DEBIAN_DIR}
+rm -rf -- "${DEBIAN_DIR}" "${DEBIAN_POSTINST}"
0 commit comments