File tree Expand file tree Collapse file tree 4 files changed +15
-24
lines changed
Expand file tree Collapse file tree 4 files changed +15
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /usr/ bin/env bash
22
3- if ! whoami & > /dev/null; then
4- if [ -w /etc/passwd ]; then
5- echo " ${USER_NAME:- default} :x:$( id -u) :0:${USER_NAME:- default} user:${HOME} :/sbin/nologin" >> /etc/passwd
6- fi
7- fi
3+ cd /var/www/deming
4+ bash /etc/resetdb.sh
5+ bash /etc/initialdb.sh
6+ php artisan storage:link
7+ bash /etc/uploadiso27001db.sh
8+ bash /etc/userdemo.sh
9+ php artisan passport:install
10+ php artisan key:generate
11+ chown www-data:www-data storage/oauth-* .key
12+ chmod 600 storage/oauth-* .key
13+ php artisan serve --host 0.0.0.0 --port 8000 &
14+ service postfix start
15+ service cron start
16+ nginx -g " daemon off;"
817
9- exec " $@ "
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments