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.