Commit 0f6323e5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

glusterfs*.sh: fix returned error code (ALT bug 41429)

parent 4a46e90c
...@@ -10,7 +10,7 @@ if epmqp --quiet glusterfs6- ; then ...@@ -10,7 +10,7 @@ if epmqp --quiet glusterfs6- ; then
epm installed glusterfs7-server && serv glusterd on epm installed glusterfs7-server && serv glusterd on
else else
# Install all packages # Install all packages
epmi glusterfs7-client glusterfs7 epmi glusterfs7-client glusterfs7 || exit
echo "You can install also 'glusterfs7-server' if it is needed for this host" echo "You can install also 'glusterfs7-server' if it is needed for this host"
......
...@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then ...@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
epm installed $GFSNEW-server && serv glusterd on epm installed $GFSNEW-server && serv glusterd on
else else
# Install all packages # Install all packages
epmi ${GFSNEW}-cli ${GFSNEW}-client ${GFSNEW} epmi ${GFSNEW}-cli ${GFSNEW}-client ${GFSNEW} || exit
echo "You can install also '${GFSNEW}-server' if it is needed for this host" echo "You can install also '${GFSNEW}-server' if it is needed for this host"
......
...@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then ...@@ -13,7 +13,7 @@ if epmqp --quiet ${GFSOLD}- ; then
epm installed $GFSNEW-server && serv glusterd on epm installed $GFSNEW-server && serv glusterd on
else else
# Install all packages # Install all packages
epmi ${GFSNEW}-cli ${GFSNEW}-client ${GFSNEW} epmi ${GFSNEW}-cli ${GFSNEW}-client ${GFSNEW} || exit
echo "You can install also '${GFSNEW}-server' if it is needed for this host" echo "You can install also '${GFSNEW}-server' if it is needed for this host"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment