Explorar el Código

declare variable to silence linting warnings

sparklyballs hace 8 años
padre
commit
89452e38ce
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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"