Skip to content

Commit

Permalink
modified: ts/build/packages/base/etc/thinstation.packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Doncuppjr committed Sep 10, 2021
1 parent 187dd6c commit 175b2c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ts/build/packages/base/etc/thinstation.packages
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ order_command()
unset PASSWORD_ARG
fi
if [ -n "$REMOTEUSER" ] ; then
REMOTEUSER="'$REMOTEUSER'"
USER="'$REMOTEUSER'"
else
unset USER_ARG
fi
if is_enabled $REVERSE_ORDER ; then
ORDERED_COMMAND="${SERVER_ARG}$SERVER $OPTIONS ${USER_ARG}$REMOTEUSER ${PASSWORD_ARG}$PASSWORD $MISC_OPTIONS"
ORDERED_COMMAND="${SERVER_ARG}$SERVER $OPTIONS ${USER_ARG}$USER ${PASSWORD_ARG}$PASSWORD $MISC_OPTIONS"
else
ORDERED_COMMAND="$OPTIONS ${USER_ARG}$REMOTEUSER ${PASSWORD_ARG}$PASSWORD $MISC_OPTIONS ${SERVER_ARG}$SERVER"
ORDERED_COMMAND="$OPTIONS ${USER_ARG}$USER ${PASSWORD_ARG}$PASSWORD $MISC_OPTIONS ${SERVER_ARG}$SERVER"
fi
CMD="`eval echo '$'CMD_$MODE '$'ORDERED_COMMAND`"
}
Expand Down

0 comments on commit 175b2c3

Please sign in to comment.