Skip to content

Commit

Permalink
sets ownership back to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwolz committed May 7, 2023
1 parent 1f0594e commit f47c89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function restorePackageFolder() {
mkdir -p $LOCAL_PGK_DIR
echo "Extracting package content to $LOCAL_PGK_DIR"
tar -zxf "$TMP_FOLDER/$PACKAGE_ZIP" -C $LOCAL_PGK_DIR
chown -R 1000:1000 $LOCAL_PGK_DIR
else
echo "Could not extract package zip $PACKAGE_ZIP!"
return 1
Expand Down

0 comments on commit f47c89d

Please sign in to comment.