Source Update

This commit is contained in:
Christer Warén
2024-04-27 23:32:06 +03:00
parent 91ae087bd4
commit b2d3908d6f
11 changed files with 133 additions and 22 deletions

View File

@ -1,5 +1,9 @@
wx-login() {
echo ">>> Login <<<"
echo -n "$wxItalic"
echo " >> Login << "
echo -n "$wxNormal";
echo "------------------------------"
ORG=$2
if [[ -z "$HOSTNAME" || ${#HOSTNAME} -lt 5 ]]; then
@ -93,6 +97,7 @@ wx-login() {
wx-stop
fi
echo ""
wx-start
else
echo "Organization: $ORG"
echo "Status: IDM Offline"

View File

@ -3,6 +3,8 @@ wx-start() {
echo ""
echo ""
echo "=============================="
echo "Warén CLI"
echo -n "$wxBold"
echo " Warén CLI "
echo -n "$wxNormal"
echo "=============================="
}