fix: Fixes connection closures.

This commit is contained in:
greysoh 2024-05-04 16:38:52 -04:00
parent 86bf85ccf0
commit 364e268b11
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
3 changed files with 9 additions and 5 deletions

View file

@ -27,6 +27,11 @@
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.xorg.libXi}/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.libGL}/lib
if [ ! -d ".tmp" ]; then
echo "Hello and welcome to the NextNet project!"
mkdir .tmp
fi
source init.sh
'';
}