Ensure proper directoies exists in /var/lib for file system check status.

This commit is contained in:
Tom Mortensen
2020-07-26 10:44:14 -07:00
parent e8885d9e99
commit aa03e75cdd
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
# reiserfs_check status <dev> <id>
# reiserfs_check cancel <dev>
# using /var/lib because that's where btrfs puts status
mkdir -p /var/lib/reiserfs
case "$1" in
'start')
# using /var/lib because that's where btrfs puts status