Skip to content
Snippets Groups Projects
Unverified Commit 5d5cc43f authored by David Beniamine's avatar David Beniamine
Browse files

main .env file for domain name

parent e133606b
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ NEXTCLOUD_CONFIG_trusted_domains="$(
echo -n "'trusted_domains' =>"
echo -n "array("
echo -n "0 => 'localhost',"
echo -n "1 => 'nextcloud.tetras-libre.fr',"
echo -n "1 => 'nextcloud.$DOMAIN',"
echo -n "),")"
# Installer configuration nextcloud's OCC tools
......
DOMAIN="demo.tetras-libre.fr"
......@@ -18,6 +18,8 @@
set -o nounset # Treat unset variables as an error
. main.env
if [ -f initInstall.sh ]
then
. `pwd`/initInstall.sh | tee -a initInstall.log install.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment