Skip to content

Commit

Permalink
After upgrade on Huawei server in end of December 2021. Login to acco…
Browse files Browse the repository at this point in the history
…unt stop working. But fortunatly in January 2022 @januweness found an solution and now login is working again. Here are chis changes
  • Loading branch information
BlazejosP committed Jan 21, 2022
1 parent 1544775 commit b4b5698
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,9 @@ local array=( $logowanie )
# showing diffrent values experimenting with postion in array
#echo ""
#echo ""
#echo "value = ${array[1]}"
#echo "value = ${array[2]}"

local logowanie=${array[1]}
local logowanie=${array[2]}
#jsesionid=${array[6]}

IFS=':'
Expand All @@ -1008,9 +1008,9 @@ local array=( $logowanie )
# showing diffrent values experimenting with postion in array
#echo ""
#echo ""
#echo "value = ${array[3]}"
#echo "value = ${array[1]}"

local logowanie=${array[3]}
local logowanie=${array[1]}


IFS='='
Expand Down

1 comment on commit b4b5698

@BlazejosP
Copy link
Owner Author

@BlazejosP BlazejosP commented on b4b5698 Jan 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @januweness issue describe in that discussion #26

Please sign in to comment.