mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
Fix path in setup-linux.sh to copy configs from the correct directory
This commit is contained in:
parent
77c6df70f6
commit
cd39c99102
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue