Skip to content

Commit dcfaa09

Browse files
committed
update gameap-files
1 parent 2e6b2fb commit dcfaa09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ mv /tmp/gameap-files "${INSTALL_DIR}/gameap-files"
115115
mkdir -p "$CONFIG_DIR" "$USERS_DIR"
116116

117117
# Generate SSH host key if not exists
118-
if [ ! -f "${CONFIG_DIR}/ssh_host_ed25519_key" ]; then
118+
if [ ! -f "${CONFIG_DIR}/ssh/host_ed25519_key" ]; then
119119
echo "Generating SSH host key..."
120-
"${INSTALL_DIR}/gameap-files" genkey -t ed25519 -o "${CONFIG_DIR}/ssh_host_ed25519_key"
120+
"${INSTALL_DIR}/gameap-files" genkey -t ed25519 -o "${CONFIG_DIR}/ssh/host_ed25519_key"
121121
fi
122122

123123
# Create default config if not exists

0 commit comments

Comments
 (0)