Commit 277625c0 authored by Pavel Vainerman's avatar Pavel Vainerman

(scripts): fix error in uniset2-start.sh

parent 13bbf407
...@@ -50,7 +50,7 @@ case "$1" in ...@@ -50,7 +50,7 @@ case "$1" in
esac esac
shift shift
if [ -n "OPORT" ] if [ -n "$OPORT" ]
then then
echo "Uniset default omni port for user '$USER': $OMNIPORT" echo "Uniset default omni port for user '$USER': $OMNIPORT"
exit 0 exit 0
......
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