fix: nix-shell to nix shell
This commit is contained in:
parent
0605bcda06
commit
9bfbbcc342
2
build.sh
2
build.sh
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
nix-shell -p zola --run 'zola build --force --output-dir /var/www/harald.hoyer.xyz/html'
|
||||
nix shell nixpkgs#zola -c zola build --force --output-dir /var/www/harald.hoyer.xyz/html
|
||||
chmod go-w -R /var/www/harald.hoyer.xyz/
|
||||
#chgrp -R apache /var/www/virt/harryh/html/
|
||||
#chcon -R -t httpd_sys_content_t /var/www/virt/harryh/html/
|
||||
|
|
Loading…
Reference in a new issue