Removed exit code from motd.bash

This commit is contained in:
Brian Zalewski 2023-11-06 01:15:16 +00:00
parent 22dedbdd00
commit 26bef84dd3
3 changed files with 2 additions and 4 deletions

View file

@ -12,8 +12,6 @@
# - gs://system.s3.{{ .host.domain }} # - gs://system.s3.{{ .host.domain }}
# - gs://user.s3.{{ .host.domain }} # - gs://user.s3.{{ .host.domain }}
exit 0
if command -v gcloud > /dev/null; then if command -v gcloud > /dev/null; then
if [ -f "${$XDG_CONFIG_HOME:-$HOME/.config}/gcloud/s3-client-secret.json" ]; then if [ -f "${$XDG_CONFIG_HOME:-$HOME/.config}/gcloud/s3-client-secret.json" ]; then
logg info 'Authenticating with gcloud S3 service account' logg info 'Authenticating with gcloud S3 service account'

View file

@ -215,7 +215,6 @@ print_banner() {
else else
if command -v neofetch > /dev/null; then if command -v neofetch > /dev/null; then
neofetch neofetch
exit 0
fi fi
fi fi

View file

@ -6518,7 +6518,7 @@ softwarePackages:
_name: OWASP ZAP _name: OWASP ZAP
_snapClassic: true _snapClassic: true
_when:cask: '! test -d "/Applications/OWASP ZAP.app" && ! test -d "$HOME/Applications/OWASP ZAP.app"' _when:cask: '! test -d "/Applications/OWASP ZAP.app" && ! test -d "$HOME/Applications/OWASP ZAP.app"'
cask: owasp-zap cask: zap
choco: zap choco: zap
flatpak: org.zaproxy.ZAP flatpak: org.zaproxy.ZAP
pkg-freebsd: zaproxy pkg-freebsd: zaproxy
@ -10457,6 +10457,7 @@ softwarePackages:
_github: https://github.com/wireshark/wireshark _github: https://github.com/wireshark/wireshark
_home: https://www.wireshark.org/ _home: https://www.wireshark.org/
_name: Wireshark _name: Wireshark
_pre:cask: if command -v idl2wrs > /dev/null; then brew uninstall wireshark; fi
_when:cask: '! test -d /Applications/Wireshark.app && ! test -d $HOME/Applications/Wireshark.app' _when:cask: '! test -d /Applications/Wireshark.app && ! test -d $HOME/Applications/Wireshark.app'
apt: wireshark apt: wireshark
cask: cask: