Skip to content

Commit cc630de

Browse files
authored
typo fix
fix small typos
1 parent 7ccb451 commit cc630de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-add-sys-rainloop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RL_LOG="/var/log/rainloop"
4040

4141
# Checking root permissions
4242
if [ "x$(id -u)" != 'x0' ]; then
43-
echo "ERROR: v-add-sys-rainloop can be run executed only by root user"
43+
echo "ERROR: v-add-sys-rainloop can only be executed by the root user"
4444
exit 10
4545
fi
4646

@@ -58,7 +58,7 @@ fi
5858
if [ -f "/var/lib/rainloop/data/VERSION" ]; then
5959
version=$(cat $RL_INSTALL_DIR/data/VERSION);
6060
if [ "$version" == "$rl_v" ]; then
61-
echo "Error: Installed version ($version) is equal as the availble version ($rl_v)"
61+
echo "Error: Installed version ($version) is equal to the available version ($rl_v)"
6262
exit 2;
6363
else
6464
UPDATE="yes"

0 commit comments

Comments
 (0)