nixos/bookstack: fix setup service

This commit is contained in:
Yannick Markus 2022-01-06 11:56:43 +01:00
parent 927769263d
commit 7f2bc1d736
No known key found for this signature in database
GPG key ID: 5FBAA002554EFC70

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
'';
};