Skip to content

Commit

Permalink
Fix error on chmod on unexistend file
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Jan 9, 2025
1 parent 82feb83 commit 2f06b2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions distribution/packages/src/deb/debmake_install.sh
Original file line number Diff line number Diff line change
@@ -50,9 +50,6 @@ for i in "${systemd_files[@]}"; do
chmod -c 0644 "$i"
done

# Permissions for the default source file
chmod -c 0640 "${buildroot}/default/${name}"

# Permissions for config files
config_files=()
config_files+=("${buildroot}/${config_dir}/log4j2.properties")

0 comments on commit 2f06b2b

Please sign in to comment.