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 7ccb451 commit cc630deCopy full SHA for cc630de
bin/v-add-sys-rainloop
@@ -40,7 +40,7 @@ RL_LOG="/var/log/rainloop"
40
41
# Checking root permissions
42
if [ "x$(id -u)" != 'x0' ]; then
43
- echo "ERROR: v-add-sys-rainloop can be run executed only by root user"
+ echo "ERROR: v-add-sys-rainloop can only be executed by the root user"
44
exit 10
45
fi
46
@@ -58,7 +58,7 @@ fi
58
if [ -f "/var/lib/rainloop/data/VERSION" ]; then
59
version=$(cat $RL_INSTALL_DIR/data/VERSION);
60
if [ "$version" == "$rl_v" ]; then
61
- echo "Error: Installed version ($version) is equal as the availble version ($rl_v)"
+ echo "Error: Installed version ($version) is equal to the available version ($rl_v)"
62
exit 2;
63
else
64
UPDATE="yes"
0 commit comments