Skip to content

Commit

Permalink
fix stat binary path (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored Sep 15, 2023
1 parent 6766f62 commit 1d6ea95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microk8s-resources/actions/common/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ arch() {

snapshotter() {
# Determine the underlying filesystem that containerd will be running on
FSTYPE=$($SNAP/bin/stat -f -c %T "${SNAP_COMMON}")
FSTYPE=$($SNAP/usr/bin/stat -f -c %T "${SNAP_COMMON}")
# ZFS is supported through the native snapshotter
if [ "$FSTYPE" = "zfs" ]; then
echo "native"
Expand Down

0 comments on commit 1d6ea95

Please sign in to comment.