mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[provisioning] exit on ctrl+c
This commit is contained in:
parent
37074fd9ff
commit
df4917eb0b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
set +e
|
||||
trap 'exit' INT
|
||||
|
||||
RECIPE_PATH=${HOME}/dotfiles/recipes
|
||||
RECIPES=$(ls $RECIPE_PATH|grep -v '^_')
|
||||
|
|
Loading…
Reference in a new issue