我在My Debian 7 VPS上使用shell脚本,它要求2个文件位于Server Directory(java.pid和screen.name)中。所以我创建了它们,并且它们中没有文本。然后我得到一个错误说:
vanilla.sh: line 85: Vanilla-Server-Files/java.pid: No such file or directory
vanilla.sh: line 86: Vanilla-Server-Files/screen.name: No such file or directory
这两个文件都具有完整的文件权限,因此任何修复都会有所帮助。
由于 - 托马斯
脚本可以在这里找到:
答案 0 :(得分:0)
因为在这个脚本中:
MCPATH="/home/$USERNAME/minecraft"
但您将文件放入目录:
Vanilla-Server-Files
检查一下,创建〜/ minecraft并将文件放入其中