.
This commit is contained in:
@ -70,6 +70,11 @@ then
|
||||
SECRETS=/zz/zSyno
|
||||
fi
|
||||
|
||||
if [ -d /zz/zDigital/secrets ]
|
||||
then
|
||||
SECRETS=/zz/zDigital
|
||||
fi
|
||||
|
||||
# echo "BASE=${BASE}"
|
||||
# if [ -f ${BASE}/secrets/.${MYNAME} ]
|
||||
# then
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
updatebash:
|
||||
cmds:
|
||||
- echo "-----{{.MYHOST}} /zz/zShared/taskfiles/UtilBash.yml"
|
||||
- cmd: (cp /zz/zShared/shared/bashrc ~/.bashrc)
|
||||
ignore_error: true
|
||||
- cmd: (cp /zz/zShared/shared/bash_logout ~/.bash_logout)
|
||||
ignore_error: true
|
||||
- cmd: (cp /zz/zShared/shared/bash_profile ~/.bash_profile)
|
||||
ignore_error: true
|
||||
Reference in New Issue
Block a user