commit by to_remotes 2023-09-04 12:12:14 +0200 from vmdevhw
parent
3b7cc6f0f7
commit
063aa80492
4
init.sh
4
init.sh
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/zsh
|
||||||
WA_REPO=$HOME/wa_repos
|
WA_REPO=$HOME/wa_repos
|
||||||
|
|
||||||
|
|
||||||
echo "################################################"
|
echo "################################################"
|
||||||
echo " basic init of wiseadvice node "
|
echo " basic init of wiseadvice node "
|
||||||
echo "################################################"
|
echo "################################################"
|
||||||
|
|
@ -10,6 +11,7 @@ if [ -d "$WA_REPO" ]; then
|
||||||
echo "$WA_REPO does exist, skipping cloning"
|
echo "$WA_REPO does exist, skipping cloning"
|
||||||
source $WA_REPO/export_client_name.sh
|
source $WA_REPO/export_client_name.sh
|
||||||
echo "found client name: $CLIENT_NAME"
|
echo "found client name: $CLIENT_NAME"
|
||||||
|
source $HOME/.zshrc
|
||||||
git_pull
|
git_pull
|
||||||
else
|
else
|
||||||
echo -n "client name: "
|
echo -n "client name: "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue