#484 Adjust launch script

This commit is contained in:
Daniel Brendel
2025-12-23 10:55:55 +01:00
parent 3ad94d53d3
commit 58ce1647ad

View File

@@ -44,10 +44,10 @@ function create_path_file void()
fopen "%script_path/scripts/tmp/paths.conf.dnys" false hfile;
if (%hfile, -nt, %FIO_INVALID_HANDLE) {
fwriteline %hfile "# Auto-generated at %tmstamp";
fwriteline %hfile "# AquaShell paths config, auto-generated at %tmstamp";
fwriteline %hfile "";
fwriteline %hfile { const APACHE_PATH string <= "%apache_path"; };
fwriteline %hfile { const MARIADB_PATH string <= "%mysql_path"; };
fwriteline %hfile {const APACHE_PATH string <= "%apache_path";};
fwriteline %hfile {const MARIADB_PATH string <= "%mysql_path";};
fclose %hfile;
};