server scripts fix

This commit is contained in:
2024-02-20 22:36:40 +01:00
parent ee3d9a0c45
commit ef29e5319a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
nohup ../lyra > lyra.log 2> lyra.err < /dev/null &
nohup ./lyra > lyra.log 2> lyra.err < /dev/null &