mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: no more hard coded paths
This commit is contained in:
parent
56e18a35d3
commit
e861eff764
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd ~/code/ryzom/server
|
||||
/bin/sh ryzom_domain_screen_wrapper.sh $*
|
||||
cd $RYZOM_PATH/server
|
||||
/bin/sh $RYZOM_PATH/tools/scripts/linux/ryzom_domain_screen_wrapper.sh $*
|
||||
|
|
Loading…
Reference in a new issue