Skip to content
Snippets Groups Projects
Commit 98e12254 authored by nimrod's avatar nimrod
Browse files

fixup! Daemon: Replace gosu with su-exec.

parent 35dd3dfd
No related branches found
No related tags found
No related merge requests found
Pipeline #3523 passed
......@@ -2,7 +2,7 @@
set -eux
command -v stat > /dev/null || { echo "Can't find stat, exiting."; exit 1; }
command -v gosu > /dev/null || { echo "Can't find gosu, exiting."; exit 1; }
command -v su-exec > /dev/null || { echo "Can't find gosu, exiting."; exit 1; }
ln -sf /etc/transmission/settings.json ./settings.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment