Trim whitespace
This commit is contained in:
parent
5806e40c1c
commit
33a49a8457
2
abra
2
abra
@ -448,7 +448,7 @@ sub_app_new (){
|
||||
if [ -z "$SERVER" ]; then
|
||||
echo "Where would you like to put $APP?"
|
||||
|
||||
select SERVER_ITEM in "${SERVERS[@]##*/}"; do
|
||||
select SERVER_ITEM in "${SERVERS[@]##*/}"; do
|
||||
if [ 1 -le "$REPLY" ] && [ "$REPLY" -le ${#SERVERS[@]} ]; then
|
||||
SERVER="$SERVER_ITEM"
|
||||
success "Selected server ${SERVER}"
|
||||
|
Reference in New Issue
Block a user