chore(): remove useless command
parent
d9f7fae2e4
commit
01524e61d3
1
run.sh
1
run.sh
|
@ -41,7 +41,6 @@ if [ -e 'assets/rev-manifest.json' ]; then
|
||||||
-e "s|<DB_PREF>|${DB_PREF}|g" \
|
-e "s|<DB_PREF>|${DB_PREF}|g" \
|
||||||
-e "s|<FORUM_URL>|${FORUM_URL}|g" config.php
|
-e "s|<FORUM_URL>|${FORUM_URL}|g" config.php
|
||||||
|
|
||||||
su-exec $UID:$GID php flarum migrate
|
|
||||||
su-exec $UID:$GID php flarum cache:clear
|
su-exec $UID:$GID php flarum cache:clear
|
||||||
|
|
||||||
# Composer cache dir and packages list paths
|
# Composer cache dir and packages list paths
|
||||||
|
|
Loading…
Reference in New Issue