X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=start_server_client_union.sh;h=676e6740b3aac91c7e8f67d29fed5ce9e767f0d7;hb=91dd475e7a5e1351d1f76cf8d6df6fc8557d2e9c;hp=74872c773f59651df3d5b893eb515b0864bca33f;hpb=a50806df8116a81729220bd79870639b18da9d8c;p=plomrogue diff --git a/start_server_client_union.sh b/start_server_client_union.sh index 74872c7..676e674 100755 --- a/start_server_client_union.sh +++ b/start_server_client_union.sh @@ -21,8 +21,8 @@ fi # Give helpful message to players that want to start without compiling first. if [ ! -e ./libplomrogue.so ] then - echo 'No ./libplomrogue.so library found. Try "./build.sh" first?' - false + echo 'No ./libplomrogue.so library found. Building …' + ./build.sh fi # Use shell script's arguments for server and pipe server output to log file.