mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 09:49:12 +00:00
005470ba5b
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
No EOL
124 B
Bash
Executable file
9 lines
No EOL
124 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
echo "-- Running migrations..."
|
|
/bin/mobilizon_ctl migrate
|
|
|
|
echo "-- Starting!"
|
|
exec /bin/mobilizon start |