mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2026-06-20 15:38:16 +02:00
added Config check for Timezone and Storages
modified Hostname with Service PREFIX "${service}.zmbrocks"
fix "pct set -timezone" # timezone switch added in Version 6.3 https://github.com/bashclub/zamba-lxc-toolbox/issues/29
added Set "/root/summary" file from LXC-container as pct description
modified updated Matrix Element Version
This commit is contained in:
@@ -52,4 +52,7 @@ chmod +x /etc/cron.daily/open3a-backup
|
||||
systemctl enable --now php7.3-fpm
|
||||
systemctl restart nginx
|
||||
|
||||
echo -e "Your open3a installation is now complete. Please continue with setup in your Browser:\nURL:\t\thttp://$LXC_IP\nLogin:\t\tAdmin\nPassword:\tAdmin\n\nMysql-Settings:\nServer:\t\tlocalhost\nUser:\t\topen3a\nPassword:\t$MYSQL_PASSWORD\nDatabase:\topen3a"
|
||||
echo "Your open3a installation is now complete. Please continue with setup in your Browser:\nURL:\t\thttp://$LXC_IP\nLogin:\t\tAdmin\nPassword:\tAdmin\n\nMysql-Settings:\nServer:\t\tlocalhost\nUser:\t\topen3a\nPassword:\t$MYSQL_PASSWORD\nDatabase:\topen3a" > /root/summary
|
||||
echo -e "$(cat /root/summary)"
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user