fix mismatched quote
All checks were successful
Hydra nixosConfigurations.vf2 Hydra build #22172 of nixos-config:pr618:nixosConfigurations.vf2

This commit is contained in:
Charlotte 🦝 Delenk 2024-10-29 14:03:45 +01:00
parent a87baa94a0
commit 0997d24f8a

View file

@ -35,7 +35,7 @@ with lib; {
if [[ -e /btrfs_tmp/root ]]; then
mkdir -p /btrfs_tmp/old_roots
timestamp=$(date --date="@$(stat -c %Y /btrfs_tmp/root)" "+%Y-%m-%-d_%H:%M:%S")
mv /btrfs_tmp/root "/btrfs_tmp/old_roots/$timestamp
mv /btrfs_tmp/root "/btrfs_tmp/old_roots/$timestamp"
fi
delete_subvolume_recursively() {