fix: formatting

pull/184/head
Michael Brewer 1 year ago
parent da63e4fe38
commit cc3328dd51
No known key found for this signature in database
GPG Key ID: D7A137BA1254AFC7

@ -91,4 +91,4 @@ module "code-server" {
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
offline = true offline = true
} }
``` ```

@ -7,9 +7,9 @@ RESET='\033[0m'
CODE_SERVER="${INSTALL_PREFIX}/bin/code-server" CODE_SERVER="${INSTALL_PREFIX}/bin/code-server"
function run_code_server() { function run_code_server() {
echo "👷 Running code-server in the background..." echo "👷 Running code-server in the background..."
echo "Check logs at ${LOG_PATH}!" echo "Check logs at ${LOG_PATH}!"
$CODE_SERVER --auth none --port ${PORT} --app-name "${APP_NAME}" > ${LOG_PATH} 2>&1 & $CODE_SERVER --auth none --port ${PORT} --app-name "${APP_NAME}" > ${LOG_PATH} 2>&1 &
} }
# Check if the settings file exists... # Check if the settings file exists...

Loading…
Cancel
Save