Fix path in setup-linux.sh to copy configs from the correct directory

This commit is contained in:
Théophile Diot 2025-01-09 12:00:23 +01:00
parent 77c6df70f6
commit cd39c99102
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ if [ "$(id -u)" -ne 0 ] ; then
exit 1
fi
cp -r bw-data/configs/* /etc/bunkerweb/configs
cp -r configs/* /etc/bunkerweb/configs
curl https://github.com/authelia/authelia/releases/download/v4.36.2/authelia-v4.36.2-linux-amd64.tar.gz -Lo /tmp/authelia.tar.gz
tar -xzf /tmp/authelia.tar.gz -C /tmp