Fix typo in Linux start script.
parent
cd508d55b9
commit
b311d7810f
|
@ -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 + @""" $@",
|
||||||
|
|
Loading…
Reference in New Issue