From: Yaroslav Halchenko Date: Fri, 22 Dec 2023 00:16:39 +0000 (-0500) Subject: [DATALAD RUNCMD] ist $HOMEHOME a typo X-Git-Tag: v0.11.0~54^2~3 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4237c4e83290861ff143d4de0e0f8a498bfd5fff;p=thirdparty%2Fsnapper.git [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 ^^^ --- diff --git a/scripts/pam_snapper_homeconvert.sh b/scripts/pam_snapper_homeconvert.sh index 852a5176..9d719142 100755 --- a/scripts/pam_snapper_homeconvert.sh +++ b/scripts/pam_snapper_homeconvert.sh @@ -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 diff --git a/scripts/pam_snapper_useradd.sh b/scripts/pam_snapper_useradd.sh index fb04c8d8..f76761eb 100755 --- a/scripts/pam_snapper_useradd.sh +++ b/scripts/pam_snapper_useradd.sh @@ -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 diff --git a/scripts/pam_snapper_userdel.sh b/scripts/pam_snapper_userdel.sh index 9ee05619..9d8570d0 100755 --- a/scripts/pam_snapper_userdel.sh +++ b/scripts/pam_snapper_userdel.sh @@ -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