mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2026-03-26 22:09:07 +01: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
|