From b311d7810f4e9bb7c4ded2e7b5e5275e3b8fcedc Mon Sep 17 00:00:00 2001 From: icedream Date: Mon, 12 Jan 2015 05:20:05 +0100 Subject: [PATCH] Fix typo in Linux start script. --- src/updater/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater/Program.cs b/src/updater/Program.cs index 19be388..e179e27 100644 --- a/src/updater/Program.cs +++ b/src/updater/Program.cs @@ -229,7 +229,7 @@ namespace CitizenMP.Server.Installer @"#!/bin/bash", @"", @"# switch to the script directory", - @"cd ""$( dirname ""${BASH_SOURCE[0]}""", + @"cd ""$( dirname ""${BASH_SOURCE[0]}"" )""", @"", @"# run with mono", @"mono ""bin/" + binOutputDirectory.EnumerateFiles("*.exe").First().Name + @""" $@",