We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fd2d1 commit 5bda2deCopy full SHA for 5bda2de
bookworm
@@ -146,7 +146,7 @@ blue=$(printf '\033[34m')
146
resetline=$(printf '\r\033[K')
147
readonly normal bold red green orange blue resetline
148
149
-# shellcheck disable=SC2317
+# shellcheck disable=SC2317,SC2329
150
function success()
151
{
152
local msg=${1}
@@ -159,7 +159,7 @@ function info()
159
echo "[${bold}${blue}INFO${normal}] ${msg}" | tee -a "$YUNOHOST_LOG"
160
}
161
162
163
function warn()
164
165
@@ -179,7 +179,7 @@ function die() {
179
180
181
trap trapint 2
182
183
function trapint {
184
echo ""
185
die "Aborted"
0 commit comments