Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 12, 2022
1 parent 0b3f781 commit 3f8b67e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/docker/docker-run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions dev/tools/detectnotabfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f8b67e

Please sign in to comment.