Skip to content

Commit 54357d5

Browse files
committed
fix install-files-linux.sh
1 parent dcfaa09 commit 54357d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ftp/gameap-files/install-files-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ chmod +x /tmp/gameap-files
112112
mv /tmp/gameap-files "${INSTALL_DIR}/gameap-files"
113113

114114
# Create directories
115-
mkdir -p "$CONFIG_DIR" "$USERS_DIR"
115+
mkdir -p "$CONFIG_DIR" "$USERS_DIR" "${CONFIG_DIR}/ssh" "${CONFIG_DIR}/tls"
116116

117117
# Generate SSH host key if not exists
118118
if [ ! -f "${CONFIG_DIR}/ssh/host_ed25519_key" ]; then

0 commit comments

Comments
 (0)