Init: Update

This commit is contained in:
Christer Waren
2026-09-20 21:20:40 +03:00
parent 9c0c7b33b1
commit e1cb9ff2fa
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
if [ ! "$BASH_VERSION" ] ; then if [ ! "$BASH_VERSION" ] ; then
echo "Warén Group - Init" echo "Warén Group / Infra / Init"
echo "This command requires using BASH shell." echo "This command requires using BASH shell."
exit 1 exit 1
fi fi
@@ -309,7 +309,7 @@ wxi-init(){
} }
wxi-start(){ wxi-start(){
wxi-header "Warén Init" h1 wxi-header "Warén Group / Infra / Init" h1
mkdir -p $HOME/.warengroup &> /dev/null mkdir -p $HOME/.warengroup &> /dev/null