@eshanized: push via script

This commit is contained in:
2024-03-08 00:31:00 +05:30
parent 72a4046143
commit e10cdca0a0

View File

@@ -0,0 +1,5 @@
#!/bin/bash
if grep -qE 'subvol=@/.snapshots/[0-9]+/snapshot' /proc/cmdline; then
exit 0
fi
exit 1