hamza82 commited on
Commit
de34df9
·
verified ·
1 Parent(s): 3b9dd5d

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -11,7 +11,7 @@
11
 
12
  # Start Nginx
13
  echo "Starting Nginx..."
14
- sudo service nginx start
15
 
16
  # Assuming your backend server is a Python application that you want to run on port 8000.
17
  # Adjust the command below to match how you start your backend server.
 
11
 
12
  # Start Nginx
13
  echo "Starting Nginx..."
14
+ service nginx start
15
 
16
  # Assuming your backend server is a Python application that you want to run on port 8000.
17
  # Adjust the command below to match how you start your backend server.