We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6b2fb commit dcfaa09Copy full SHA for dcfaa09
1 file changed
ftp/gameap-files/install-files-linux.sh
@@ -115,9 +115,9 @@ mv /tmp/gameap-files "${INSTALL_DIR}/gameap-files"
115
mkdir -p "$CONFIG_DIR" "$USERS_DIR"
116
117
# Generate SSH host key if not exists
118
-if [ ! -f "${CONFIG_DIR}/ssh_host_ed25519_key" ]; then
+if [ ! -f "${CONFIG_DIR}/ssh/host_ed25519_key" ]; then
119
echo "Generating SSH host key..."
120
- "${INSTALL_DIR}/gameap-files" genkey -t ed25519 -o "${CONFIG_DIR}/ssh_host_ed25519_key"
+ "${INSTALL_DIR}/gameap-files" genkey -t ed25519 -o "${CONFIG_DIR}/ssh/host_ed25519_key"
121
fi
122
123
# Create default config if not exists
0 commit comments