Skip to content

Commit

Permalink
adsf
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Aug 17, 2022
1 parent 4efd5ea commit 257aafc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fr24-nopackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ rm -f /etc/cron.d/fr24feed_updater

set -e

adduser --system --no-create-home fr24 || true
if ! id -u fr24 &>/dev/null; then
adduser --system --no-create-home fr24 || true
addgroup fr24 || true
adduser fr24 fr24 || true
fi
cd
rm /tmp/fr24 -rf
mkdir -p /tmp/fr24
Expand Down

0 comments on commit 257aafc

Please sign in to comment.