mirror of
https://github.com/openspug/spug.git
synced 2026-01-18 14:54:28 +00:00
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
set -e
|
|
set -u
|
|
|
|
python3 /data/spug/spug_api/manage.py updatedb
|
|
python3 /data/spug/spug_api/manage.py user add -u $1 -p $2 -n 管理员 -s
|