From 0db97c573a6d46ba6da3c9fd22b568126e5aa8c1 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 10 Feb 2024 22:13:34 +0100 Subject: [PATCH] Update development.md --- documentation/docs/admin/customize/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/admin/customize/development.md b/documentation/docs/admin/customize/development.md index 16c5597d..8e00abd1 100644 --- a/documentation/docs/admin/customize/development.md +++ b/documentation/docs/admin/customize/development.md @@ -50,7 +50,7 @@ nano /usr/local/panel/templates/custom_code/in_footer.html ``` -### Run custom code on OpenPanel installation +### After installation To execute custom code following the installation of OpenPanel, place your custom script on the server. When initiating the OpenPanel installation process, use the `--post_install=` flag and specify the path to your script within it. Example: