Skip to content

Commit

Permalink
update installer
Browse files Browse the repository at this point in the history
  • Loading branch information
listerr committed Jun 25, 2021
1 parent 6479d2b commit aeef73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ echo "== Fetching from repository into ${INSTALLDIR}"
git clone ${REPO_URL} ${INSTALLDIR} || exit 1

echo "== Create user for ixpwatch: ${USER}"
useradd -c "IXP-Watch User" -d ${DEF_DATA_DIR} -s /bin/bash --no-create-home --system ${USER}
useradd -c "IXP-Watch" -d ${DEF_DATA_DIR} -s /bin/bash --no-create-home --system ${USER}
usermod -a -G wireshark ${USER}

echo ""
Expand Down

0 comments on commit aeef73c

Please sign in to comment.