diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-03-03 02:56:23 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-03-03 02:56:23 +0100 |
commit | aa86b4f0eb646f11f57db9687bf31c6dbcb4bf15 (patch) | |
tree | b18bc0dc1b9ff19b2b386adf717aa5fa05928912 | |
parent | Ignore the output directories in git (diff) | |
download | planet-2.0.3.tar.gz planet-2.0.3.tar.bz2 planet-2.0.3.zip |
Fix the permissions during updatev2.0.3
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rwxr-xr-x | update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ USER=${1:gplanet} GROUP=${2:gplanet} mkdir -p htdocs data +chown -R $USER:$GROUP htdocs data docker build --build-arg USER_ID=$(id -u $USER) \ --build-arg GROUP_ID=$(id -g $GROUP) \ |