-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Great project!
I am trying to configure the setup_user.sh script file by following the example file.
I added:
#!/bin/bash
# user settings and secrets
# customize and rename to `setup_user.sh`
# overwrites `secrets_default.sh`, `settings_default.sh`, `setup_auto.sh`
PRJ_NAME ="myproj"
PRJ_BRANCH="myproj"
Then I run scripts/01_main.sh
Got error:
\e[32mINFO :\e[39m Checking project directories
\e[32mINFO :\e[39m Loading default settings and secrets
/Users/macos/Documents/r-ec2/myproj/settings/setup_user.sh: line 6: PRJ_NAME: command not found
\e[31mERROR:\e[39m PRJ_NAME is \e[95mMISSING\e[39m. Exiting.
Is there a simple way to configure the setup_user script?
Metadata
Metadata
Assignees
Labels
No labels