Add info messages to scripts, fix early exit
This commit is contained in:
@@ -5,6 +5,8 @@ exit 0
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
echo "Setting ZSH as default..."
|
||||
|
||||
ZSH_PATH="$(which zsh)"
|
||||
|
||||
if !(grep -q "^$ZSH_PATH$" /etc/shells;) then
|
||||
|
||||
Reference in New Issue
Block a user