Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 65f5f46

Browse files
authored
fix(manage-modules.sh): fix alpine container script shebang pointing towards bash instead of sh
1 parent 9f77f47 commit 65f5f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/unrealircd/scripts/manage-modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
# UnrealIRCd Contrib Modules Management Script
33
# Provides an easy interface to install, manage, and configure 3rd party modules
44
# Based on the official UnrealIRCd module manager documentation

0 commit comments

Comments
 (0)