This commit is contained in:
USER
2025-04-03 20:42:24 +01:00
parent 0f8cf2c787
commit d18de5e670
2 changed files with 5 additions and 14 deletions

View File

@ -70,6 +70,11 @@ then
SECRETS=/zz/zSyno SECRETS=/zz/zSyno
fi fi
if [ -d /zz/zDigital/secrets ]
then
SECRETS=/zz/zDigital
fi
# echo "BASE=${BASE}" # echo "BASE=${BASE}"
# if [ -f ${BASE}/secrets/.${MYNAME} ] # if [ -f ${BASE}/secrets/.${MYNAME} ]
# then # then

View File

@ -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