a661e439a0
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context. Made-with: Cursor
9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
set -x
|
|
|
|
if [[ ! -d "/home/nginx" ]]; then
|
|
mkdir /home/nginx
|
|
chown nginx:nginx /home/nginx/
|
|
fi
|
|
|