mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-08-18 09:16:22 +00:00
Compare commits
4 Commits
7d4c9d6c1e
...
c9a07bd9d7
Author | SHA1 | Date | |
---|---|---|---|
|
c9a07bd9d7 | ||
|
dc4cfc49ad | ||
|
9fc72868d7 | ||
|
955e8622b5 |
@ -96,11 +96,11 @@ public class ServerBootSFG {
|
|||||||
severityMedium++;
|
severityMedium++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!hasPrivileges()){
|
// if (!hasPrivileges()){
|
||||||
hasPrivileges = false;
|
// hasPrivileges = false;
|
||||||
joiner.add("Insufficient Privileges");
|
// joiner.add("Insufficient Privileges");
|
||||||
severityMedium++;
|
// severityMedium++;
|
||||||
}
|
// } Some servers dont like this
|
||||||
|
|
||||||
if (!enoughDiskSpace()){
|
if (!enoughDiskSpace()){
|
||||||
hasEnoughDiskSpace = false;
|
hasEnoughDiskSpace = false;
|
||||||
|
@ -37,7 +37,7 @@ public class UtilsSFG {
|
|||||||
}
|
}
|
||||||
if (ServerBootSFG.unsuportedversion) {
|
if (ServerBootSFG.unsuportedversion) {
|
||||||
Iris.safeguard(C.RED + "Server Version");
|
Iris.safeguard(C.RED + "Server Version");
|
||||||
Iris.safeguard(C.RED + "- Iris only supports 1.19.2 > 1.20.2");
|
Iris.safeguard(C.RED + "- Iris only supports 1.19.2 > 1.20.4");
|
||||||
}
|
}
|
||||||
if (!ServerBootSFG.passedserversoftware) {
|
if (!ServerBootSFG.passedserversoftware) {
|
||||||
Iris.safeguard(C.YELLOW + "Unsupported Server Software");
|
Iris.safeguard(C.YELLOW + "Unsupported Server Software");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user