Skip to content

Commit 84cbbba

Browse files
committed
removes lines that prevent dmap from working with HL15
1 parent cf83d30 commit 84cbbba

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tools/dmap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,11 +1278,6 @@ def main():
12781278
reset_map(conf_path)
12791279

12801280
server = get_server_info()
1281-
1282-
if server["Model"] == "HomeLab-HL15":
1283-
log("dmap is not compatible with HomeLab-HL15 Servers. You can perform device mapping manually using 'dalias'")
1284-
log("Try running: 'sudo dalias -t HL15'")
1285-
sys.exit(1)
12861281

12871282
warn_hwraid(server)
12881283

0 commit comments

Comments
 (0)