Skip to content

Commit

Permalink
Correct linux rights with app.xml #33
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Apr 10, 2024
1 parent 2ab236f commit 8f7c79b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/usr/bin/make-springboot-deb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ chmod +x "$OUTPUT_POSTRM_FILE";
find "$DEB_WORKING_DIR" -type d -exec chmod 755 {} +
if [ -d "$DEB_WORKING_DIR/etc" ]; then
find "$DEB_WORKING_DIR/etc" -type f -exec chmod 644 {} +
find "$DEB_WORKING_DIR/etc" -type f -name application.yml -exec chmod 600 {} +
fi
find "$DEB_WORKING_DIR/usr" -type f -exec chmod 644 {} +

Expand Down

0 comments on commit 8f7c79b

Please sign in to comment.