Fix typo in Linux start script.

release-1.0.0
Icedream 2015-01-12 05:20:05 +01:00
parent cd508d55b9
commit b311d7810f
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ namespace CitizenMP.Server.Installer
@"#!/bin/bash", @"#!/bin/bash",
@"", @"",
@"# switch to the script directory", @"# switch to the script directory",
@"cd ""$( dirname ""${BASH_SOURCE[0]}""", @"cd ""$( dirname ""${BASH_SOURCE[0]}"" )""",
@"", @"",
@"# run with mono", @"# run with mono",
@"mono ""bin/" + binOutputDirectory.EnumerateFiles("*.exe").First().Name + @""" $@", @"mono ""bin/" + binOutputDirectory.EnumerateFiles("*.exe").First().Name + @""" $@",