mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2026-04-06 20:13:22 +02:00
7 lines
104 B
Bash
7 lines
104 B
Bash
#!/bin/bash
|
|
|
|
if grep -qE 'subvol=@/.snapshots/[0-9]+/snapshot' /proc/cmdline; then
|
|
exit 0
|
|
fi
|
|
exit 1
|