We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30db78a commit 4d762b8Copy full SHA for 4d762b8
bin/v-add-sys-rainloop
@@ -54,7 +54,7 @@ fi
54
if [ -f "/var/lib/rainloop/data/VERSION" ]; then
55
version=$(cat $RL_INSTALL_DIR/data/VERSION);
56
if [ "$version" == "$rl_v" ]; then
57
- echo "Error: Installed version ($version) is equal as the availble version ($rc_v)"
+ echo "Error: Installed version ($version) is equal as the availble version ($rl_v)"
58
exit 2;
59
else
60
UPDATE="yes"
0 commit comments