From c474d58334b1a8f279ab83e61efb540fee547f2a Mon Sep 17 00:00:00 2001 From: halilunay <98014113+halilunay@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:19:56 +0300 Subject: [PATCH] Update Oracle Kurulum.md --- Oracle Kurulum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Oracle Kurulum.md b/Oracle Kurulum.md index 813b8ed..0fe496b 100644 --- a/Oracle Kurulum.md +++ b/Oracle Kurulum.md @@ -10,7 +10,7 @@ mv build/slinky /usr/local/bin/ ``` ### Servis oluşturalım ``` -export WARDEN_PORT="19"" >> $HOME/.bash_profile +echo 'export WARDEN_PORT="19"' >> $HOME/.bash_profile source $HOME/.bash_profile ``` ```