Correction : suppression du drapeau -x dans la lingne de shebang
This commit is contained in:
parent
d1ee55498e
commit
9b0635d5fc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -x
|
||||
#!/bin/bash
|
||||
|
||||
colored_star_message() {
|
||||
local color="$1"
|
||||
|
|
Loading…
Reference in a new issue