mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-21 23:43:01 +08:00
12 lines
No EOL
313 B
Bash
Executable file
12 lines
No EOL
313 B
Bash
Executable file
#! /usr/bin/env bash
|
|
# use bash for child process and source for same bash process
|
|
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
|
|
# create revisions
|
|
# source "${__dir}"/al_revision.sh "ini felicity $(date)"
|
|
|
|
# run upgrade
|
|
source "${__dir}"/al_upgrade.sh
|
|
|
|
# then start server
|
|
source "${__dir}"/runserver.sh |