fix script typo

This commit is contained in:
2026-03-02 22:05:52 +01:00
parent cb59736b90
commit 262873ee27
+1 -1
View File
@@ -17,4 +17,4 @@ fi
if [ ! -f "$SH_TARGET" ]; then if [ ! -f "$SH_TARGET" ]; then
cp "$SH_SOURCE" "$SH_TARGET" cp "$SH_SOURCE" "$SH_TARGET"
echo "Created $SH_TARGET from template $SH_SOURCE" echo "Created $SH_TARGET from template $SH_SOURCE"
15 fi fi