fix mismatched quote
All checks were successful
Hydra nixosConfigurations.vf2 Hydra build #22172 of nixos-config:pr618:nixosConfigurations.vf2
All checks were successful
Hydra nixosConfigurations.vf2 Hydra build #22172 of nixos-config:pr618:nixosConfigurations.vf2
This commit is contained in:
parent
a87baa94a0
commit
0997d24f8a
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue