Jump to content
Sign in to follow this  
gL33k

linux server startup parameter : semi colon ?

Recommended Posts

I have a little problem with syntax.

when i use semi colon , then ctrl-c the process, bash return me

Quote[/b] ]./startarma: line3: @durgsvegetationfix: command not found

i tried to use the "," , then ctrl-C. now i don't have the "command not found" but i'm not sure if my mod is loaded.

someone can confirm , linux user should use "," instead semi colon ?

Share this post


Link to post
Share on other sites

I take it you're trying to load mods with the -mod parameter, right? Enclose your semicolon-separated list of mod folders in single quote characters to keep the semicolons from being "eaten" by the shell script interpreter. Example:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">-mod='dbe1;@durgsvegetationfix'

Share this post


Link to post
Share on other sites

i suspected that. i don't know well shell .

thanks

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×