Skip to content

Commit 046866c

Browse files
committed
scripts/service: display symlink on description
Signed-off-by: backslashxx <[email protected]>
1 parent cbdc65b commit 046866c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module/service.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ case $mountify_mounts in
6666
*) mode="disabled 💀" ;; # ??
6767
esac
6868

69-
if [ "$use_ext4_sparse" = "1" ] || [ -f "$MODDIR/no_tmpfs_xattr" ]; then
69+
if [ -f "$LOG_FOLDER/mountify_symlink" ]; then
70+
mode="$mode | ???: symlink 🔗"
71+
elif [ "$use_ext4_sparse" = "1" ] || [ -f "$MODDIR/no_tmpfs_xattr" ]; then
7072
mode="$mode | fstype: ext4 🛠️"
7173
else
7274
mode="$mode | fstype: tmpfs 🦾"

0 commit comments

Comments
 (0)