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 cbdc65b commit 046866cCopy full SHA for 046866c
module/service.sh
@@ -66,7 +66,9 @@ case $mountify_mounts in
66
*) mode="disabled 💀" ;; # ??
67
esac
68
69
-if [ "$use_ext4_sparse" = "1" ] || [ -f "$MODDIR/no_tmpfs_xattr" ]; then
+if [ -f "$LOG_FOLDER/mountify_symlink" ]; then
70
+ mode="$mode | ???: symlink 🔗"
71
+elif [ "$use_ext4_sparse" = "1" ] || [ -f "$MODDIR/no_tmpfs_xattr" ]; then
72
mode="$mode | fstype: ext4 🛠️"
73
else
74
mode="$mode | fstype: tmpfs 🦾"
0 commit comments