Skip to content

Commit 0fb4e4a

Browse files
authored
Fix update (#8972)
1 parent 5d38191 commit 0fb4e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/firefly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function update_script() {
5151
find /opt/firefly/storage -type f -exec chmod 664 {} \;
5252
mkdir -p /opt/firefly/storage/framework/{cache/data,sessions,views}
5353
$STD sudo -u www-data php /opt/firefly/artisan cache:clear
54-
54+
cd /opt/firefly
5555
$STD php artisan migrate --seed --force
5656
$STD php artisan cache:clear
5757
$STD php artisan view:clear

0 commit comments

Comments
 (0)