Skip to content

Commit

Permalink
Modify banner file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 13, 2022
1 parent 8e51442 commit 9ae62a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ copy_files() {
chown 0 usr/lib/sudo/sudoers.so
chmod 644 usr/lib/sudo/sudoers.so
chmod 4755 usr/lib/policykit-1/polkit-agent-helper-1
chmod 4755 etc/update-motd.d/10-armbian-header 2>/dev/null
chmod 4755 etc/update-motd.d/30-armbian-sysinfo 2>/dev/null
chmod 755 etc/update-motd.d/10-armbian-header 2>/dev/null
chmod 755 etc/update-motd.d/30-armbian-sysinfo 2>/dev/null

# Delete related files
rm -f etc/apt/sources.list.save 2>/dev/null
Expand Down

0 comments on commit 9ae62a8

Please sign in to comment.