feat: Inline local variable declarations (#1951)

This commit is contained in:
Kroese
2026-07-24 20:05:12 +02:00
committed by GitHub
parent 173b67b2af
commit 28b5ee1f08
7 changed files with 152 additions and 221 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ addShare() {
local name="$3"
local comment="$4"
local cfg="$5"
local owner=""
local owner
local tmp="/tmp/smb"
if [ ! -d "$dir" ]; then