3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #153706 from ymarkus/bookstack-module

nixos/bookstack: fix setup service
This commit is contained in:
Aaron Andersen 2022-01-06 15:09:27 -05:00 committed by GitHub
commit 5dc2454267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,9 +329,6 @@ in {
${pkgs.php}/bin/php artisan cache:clear
${pkgs.php}/bin/php artisan config:clear
${pkgs.php}/bin/php artisan view:clear
${pkgs.php}/bin/php artisan config:cache
${pkgs.php}/bin/php artisan route:cache
${pkgs.php}/bin/php artisan view:cache
'';
};