From 346a16957ce57789529ab7b063c17cc98d04a986 Mon Sep 17 00:00:00 2001 From: openoms Date: Sun, 2 Jan 2022 20:50:14 +0000 Subject: [PATCH] proofread comment --- home.admin/_cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/_cache.sh b/home.admin/_cache.sh index e4f2b7b2d..96c8fb0d6 100755 --- a/home.admin/_cache.sh +++ b/home.admin/_cache.sh @@ -174,7 +174,7 @@ elif [ "$1" = "set" ]; then redis-cli set ${keystr}${META_VALID_FLAG} "1" EX ${outdatesecs} 1>/dev/null fi - # also update value if part of raspiblitz.info (persiting values to survice boot) + # also update value if part of raspiblitz.info (persisting values to survive boot) persistKey=$(cat ${infoFile} | grep -c "^${keystr}=") if [ ${persistKey} -gt 0 ]; then sudo sed -i "s/^${keystr}=.*/${keystr}='${valuestr}'/g" ${infoFile}