mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge 59df3ee829 into 201998638a
This commit is contained in:
commit
1d1de761b3
2 changed files with 2 additions and 0 deletions
|
|
@ -288,5 +288,6 @@ class StartMariadb
|
|||
$content = $this->database->mariadb_conf;
|
||||
$content_base64 = base64_encode($content);
|
||||
$this->commands[] = "echo '{$content_base64}' | base64 -d | tee $this->configuration_dir/{$filename} > /dev/null";
|
||||
$this->commands[] = "chmod 644 $this->configuration_dir/{$filename}";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -291,5 +291,6 @@ class StartMysql
|
|||
$content = $this->database->mysql_conf;
|
||||
$content_base64 = base64_encode($content);
|
||||
$this->commands[] = "echo '{$content_base64}' | base64 -d | tee $this->configuration_dir/{$filename} > /dev/null";
|
||||
$this->commands[] = "chmod 644 $this->configuration_dir/{$filename}";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue