5
0
Fork 0

commit by to_remotes 2023-09-04 12:12:14 +0200 from vmdevhw

main
Holger Wasem 2023-09-04 12:12:14 +02:00
parent 3b7cc6f0f7
commit 063aa80492
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
#!/usr/bin/zsh
WA_REPO=$HOME/wa_repos
echo "################################################"
echo " basic init of wiseadvice node "
echo "################################################"
@ -10,6 +11,7 @@ if [ -d "$WA_REPO" ]; then
echo "$WA_REPO does exist, skipping cloning"
source $WA_REPO/export_client_name.sh
echo "found client name: $CLIENT_NAME"
source $HOME/.zshrc
git_pull
else
echo -n "client name: "