mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
6 lines
120 B
Text
6 lines
120 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
export PHP_VERSION=$PHP_VERSION
|
||
|
|
|
||
|
|
# Init server settings
|
||
|
|
php /usr/share/nginx/html/app/tasks/upgrade.php run
|