Skip to content

Commit 78852f6

Browse files
authored
Create missing .env file (#14959)
1 parent 26c7ffb commit 78852f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

install/jackett-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ update_os
1515

1616
fetch_and_deploy_gh_release "jackett" "Jackett/Jackett" "prebuild" "latest" "/opt/Jackett" "Jackett.Binaries.LinuxAMDx64.tar.gz"
1717

18+
cat <<EOF >/opt/.env
19+
DisableRootWarning=true
20+
EOF
21+
1822
msg_info "Creating Service"
1923
cat <<EOF >/etc/systemd/system/jackett.service
2024
[Unit]

0 commit comments

Comments
 (0)