We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f64d6 commit 4150294Copy full SHA for 4150294
mkosi.clean
@@ -1,6 +1,7 @@
1
-#!/bin/bash
+#!/bin/sh
2
# SPDX-License-Identifier: LGPL-2.1-or-later
3
set -e
4
set -o nounset
5
6
-rm -rf "$OUTPUTDIR"/ParticleOS_*
+OUTPUT="$(jq --raw-output .Output <"$MKOSI_CONFIG")"
7
+rm -rf "$OUTPUTDIR"/"${OUTPUT:?}"*
0 commit comments