mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
fix: change permissions of database folder
This commit is contained in:
@@ -51,7 +51,7 @@ To start the database
|
|||||||
mkdir -p database
|
mkdir -p database
|
||||||
|
|
||||||
# let the database be the owner of the folder
|
# let the database be the owner of the folder
|
||||||
chown 1000:1000 database
|
chown 100:101 database
|
||||||
|
|
||||||
# start the database
|
# start the database
|
||||||
docker-compose up -d database
|
docker-compose up -d database
|
||||||
|
|||||||
2
start.sh
2
start.sh
@@ -33,7 +33,7 @@ if [ "$ACTUAL_MAX_MAP_COUNT" -lt "$MINIMAL_MAX_MAP_COUNT" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p database
|
mkdir -p database
|
||||||
$SUDO chown 1000:1000 database
|
$SUDO chown 100:101 database
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Please execute the following command in another shell, but in the same directory.
|
Please execute the following command in another shell, but in the same directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user