Fix install.sh script

This commit is contained in:
sys4-fr 2018-03-24 14:09:33 +01:00
parent eb2aaf9b18
commit e5d2f9efbf
1 changed files with 2 additions and 2 deletions

View File

@ -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