Enable shell debugging

This commit is contained in:
Carles Pina i Estany 2022-09-06 20:25:38 +01:00
parent 6cb505d32f
commit bf166ff070

View File

@ -1,5 +1,6 @@
#!/bin/sh -l
set -x
set -e # if a command fails it stops the execution
set -u # script fails if trying to access to an undefined variable