From 52b406d5b25fbe9633464e54259033604a99b4aa Mon Sep 17 00:00:00 2001 From: via <3+via@devteam.austac.net> Date: Fri, 26 Jun 2026 06:05:13 +0000 Subject: [PATCH] Update linuxtestserver.md --- linuxtestserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxtestserver.md b/linuxtestserver.md index a00d048..983839f 100644 --- a/linuxtestserver.md +++ b/linuxtestserver.md @@ -53,7 +53,7 @@ cd "$scriptdir" sleep 5 ``` -Make it executable. In mint, right click, properties, check allow executing as program, and close. ```chmod +x launch_from_html``` is terminal version of this. +Make it executable. In mint, right click, properties, check allow executing as program, and close. ```chmod +x launch_from_html.sh``` is terminal version of this. ## Create the drag-and-drop launcher Make a launcher. In mint cinnamon, right click the desktop, Create a new launcher here. Name it something like ArmaServerFromHtml. Click browse and select the sh script. Click launch in terminal, then OK.