Doc
This commit is contained in:
parent
0b3f781618
commit
3f8b67e619
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
usermod -u ${HOST_USER_ID} www-data
|
||||||
groupmod -g ${HOST_USER_ID} www-data
|
groupmod -g ${HOST_USER_ID} www-data
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
# Syntax
|
# Syntax
|
||||||
if [ "x$1" != "xlist" -a "x$1" != "xfix" ]
|
if [ "x$1" != "xlist" -a "x$1" != "xfix" ]
|
||||||
then
|
then
|
||||||
|
echo "Detect .sh and .spec files that does not contains any tab inside"
|
||||||
echo "Usage: fixnotabfiles.sh [list|fix]"
|
echo "Usage: fixnotabfiles.sh [list|fix]"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user