Laurent Destailleur 2 năm trước cách đây
mục cha
commit
3f8b67e619
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 2 0
      build/docker/docker-run.sh
  2. 1 0
      dev/tools/detectnotabfiles.sh

+ 2 - 0
build/docker/docker-run.sh

@@ -1,4 +1,6 @@
 #!/bin/bash
+# Script used by the Dockerfile.
+# See README.md to know how to create a Dolibarr env with docker 
 
 usermod -u ${HOST_USER_ID} www-data
 groupmod -g ${HOST_USER_ID} www-data

+ 1 - 0
dev/tools/detectnotabfiles.sh

@@ -10,6 +10,7 @@
 # Syntax
 if [ "x$1" != "xlist" -a "x$1" != "xfix" ]
 then
+	echo "Detect .sh and .spec files that does not contains any tab inside"
 	echo "Usage: fixnotabfiles.sh [list|fix]"
 fi