mermet: gitolite: update
[sourcephile-nix.git] / hosts / mermet / switch
index 0a1d5ec022a9f53be241d2f7855d82001c796dea..1d5bd4d5d3dc954e4b4435f9078cdd700b92f0f6 100755 (executable)
@@ -3,6 +3,6 @@ cd "${0%/*}"/../..
 host=mermet
 chmod -R g-rwx,o-rwx "$PWD"/private/hosts/*/root
 #ln -sfn "$PWD/private/hosts/$host/root" /root/private
-trap 'git reset private/hosts/"*"/root' EXIT
-git rm -rf --cached --ignore-unmatch private/hosts/'*'/root # prevent copying to /nix/store
+trap 'git reset private/hosts/*/root' EXIT
+git rm -rf --cached --ignore-unmatch private/hosts/*/root # prevent copying to /nix/store
 nix -L run .#$host.switch "$@"