fix: Fixes connection closures.
This commit is contained in:
parent
86bf85ccf0
commit
364e268b11
3 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue