1
0
mirror of https://github.com/openSUSE/snapper.git synced 2026-02-05 15:46:00 +01:00

[DATALAD RUNCMD] ist $HOMEHOME a typo

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git-sedi 'ist $HOMEHOME a' 'is $HOMEHOME a'",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
This commit is contained in:
Yaroslav Halchenko
2023-12-21 19:16:39 -05:00
parent 653c1af849
commit 4237c4e832
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ if [ "0$MYUSER" == "0" ]; then
fi
function is_btrfs_homehome () {
# Sanity-Check: ist $HOMEHOME a btrfs filesystem
# Sanity-Check: is $HOMEHOME a btrfs filesystem
${CMD_BTRFS} filesystem df ${HOMEHOME} 2>&1 > /dev/null
RETVAL=$?
if [ ${RETVAL} != 0 ]; then

View File

@@ -32,7 +32,7 @@ if [ "0$MYUSER" == "0" ]; then
exit 1
fi
# Sanity-Check: ist $HOMEHOME a btrfs filesystem
# Sanity-Check: is $HOMEHOME a btrfs filesystem
${CMD_BTRFS} filesystem df ${HOMEHOME} 2>&1 > /dev/null
RETVAL=$?
if [ ${RETVAL} != 0 ]; then

View File

@@ -27,7 +27,7 @@ if [ "0$MYUSER" == "0" ]; then
exit 1
fi
# Sanity-Check: ist $HOMEHOME a btrfs filesystem
# Sanity-Check: is $HOMEHOME a btrfs filesystem
${CMD_BTRFS} filesystem df ${HOMEHOME} 2>&1 > /dev/null
RETVAL=$?
if [ ${RETVAL} != 0 ]; then