浏览代码

Incorrect verison number in error message (Check was correct)

Jaap Marcus 5 年之前
父节点
当前提交
4d762b8f90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/v-add-sys-rainloop

+ 1 - 1
bin/v-add-sys-rainloop

@@ -54,7 +54,7 @@ fi
 if [ -f "/var/lib/rainloop/data/VERSION" ]; then
 if [ -f "/var/lib/rainloop/data/VERSION" ]; then
     version=$(cat $RL_INSTALL_DIR/data/VERSION);
     version=$(cat $RL_INSTALL_DIR/data/VERSION);
     if [ "$version" == "$rl_v" ]; then
     if [ "$version" == "$rl_v" ]; then
-        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)"
         exit 2;
         exit 2;
     else 
     else 
         UPDATE="yes"
         UPDATE="yes"