Browse Source

Merge pull request #5 from linuxserver/linting

declare variable to silence linting warnings
Paul Hendryx 8 năm trước cách đây
mục cha
commit
61930fa512
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      root/etc/cont-init.d/40-install

+ 4 - 1
root/etc/cont-init.d/40-install

@@ -1,4 +1,7 @@
-#!/bin/bash
+#!/usr/bin/with-contenv bash
+
+# fix for linting
+declare config
 
 THUMBS="/Thumbs"
 PICTURES="/Pictures"