1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

avoid a warning

This commit is contained in:
Florent Daigniere 2021-02-08 10:22:25 +01:00
parent 0917a6817f
commit e8f70c12dc

View File

@ -40,7 +40,7 @@ os.system("mkdir -p /data/gpg /var/www/html/logs")
os.system("touch /var/www/html/logs/errors.log")
os.system("chown -R www-data:www-data /var/www/html/logs")
os.system("chmod -R a+rX /var/www/html/")
os.system("ln -s /var/www/html/index.php /var/www/html/sso.php")
os.system("ln -sf /var/www/html/index.php /var/www/html/sso.php")
try:
print("Initializing database")