Skip to content

Commit

Permalink
Update dist/rpm/scion.postinst
Browse files Browse the repository at this point in the history
Co-authored-by: FR4NK-W <wirzf@inf.ethz.ch>
  • Loading branch information
jiceatscion and FR4NK-W authored Oct 8, 2024
1 parent 40283c3 commit d77e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/rpm/scion.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Create system user
adduser --system --user-group --create-home --home /var/lib/scion scion
adduser --system --gid scion -M -s /sbin/nologin

# Create configuration directory
mkdir /etc/scion/ >& /dev/null || true
Expand Down

0 comments on commit d77e051

Please sign in to comment.