forked from nalc/nalc-server
Fix install.sh script
This commit is contained in:
parent
eb2aaf9b18
commit
e5d2f9efbf
|
@ -288,8 +288,8 @@ post_install() {
|
|||
mkdir logs
|
||||
fi
|
||||
|
||||
if [[ $ver == "0.4"]]; then
|
||||
if [[ ! -a start.sh]]; then
|
||||
if [[ $ver == "0.4" ]]; then
|
||||
if [[ ! -a start.sh ]]; then
|
||||
cp server-0.4/other_things/scripts/Server-side/script/start-mff.sh ./start.sh
|
||||
echo "Veuiller éditer le fichier start.sh"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user