Set -e flag on update-profile.
parent
ae37c9ed53
commit
07387ade1f
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ ! -d ~/.local/profile-git ]; then
|
||||
mkdir -p ~/.local/profile-git
|
||||
|
|
Loading…
Reference in New Issue