Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ pylint.out
__pycache__/
build/
testing/unit_test/temp/
*.deb
*.deb

make/DEBIAN/postinst
7 changes: 7 additions & 0 deletions cmd/install
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ pip3 install -r framework/requirements.txt
# Copy the default configuration
cp -n local/system.json.example local/system.json

# Set file permissions
# This does not work on GitHub actions
if logname ; then
USER_NAME=$(logname)
sudo chown "$USER_NAME" local/system.json
fi

deactivate

# Build docker images
Expand Down
36 changes: 0 additions & 36 deletions make/DEBIAN/postinst

This file was deleted.