Skip to content

Commit

Permalink
Fix file hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 committed Oct 22, 2023
1 parent 9556119 commit 13ac17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/usr/bin/setup-system-manager
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Create a hash of files so we can decide if we need to run this script
declare -a HASHED_LOCATIONS=(
"/usr/bin/setup-system-manager"
"/usr/lib/systemd/user/setup-system-manager.service"
"/usr/lib/systemd/system/setup-system-manager.service"
"/etc/eternal/setup-manager/system.d"
)

Expand Down

0 comments on commit 13ac17e

Please sign in to comment.