5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
./scripts/dc-dev.sh up -d
|
||
|
./scripts/dc-dev.sh kill -s SIGHUP nginx-portal
|