fix typo
This commit is contained in:
parent
047a3a4bac
commit
e926aeda42
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ with lib; {
|
|||
if [[ -e ${cfg.home} ]]; then
|
||||
timestamp=$(date --date="@$(stat -c %X ${cfg.home})" "+%Y-%m-%d_%H:%M:%S")
|
||||
mkdir -p /persistent/old-homedirs/${name}
|
||||
mv ${cfg.home} /home/old-homedirs/${name}/$timestamp
|
||||
mv ${cfg.home} /persistent/old-homedirs/${name}/$timestamp
|
||||
fi
|
||||
|
||||
delete_subvolume_recursively() {
|
||||
|
|
Loading…
Reference in a new issue