summary refs log tree commit diff
path: root/nixos/modules/tasks/tty-backgrounds-combine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/tasks/tty-backgrounds-combine.sh')
-rw-r--r--nixos/modules/tasks/tty-backgrounds-combine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/tasks/tty-backgrounds-combine.sh b/nixos/modules/tasks/tty-backgrounds-combine.sh
index 1e0d8758a6e..55c3a1ebfa8 100644
--- a/nixos/modules/tasks/tty-backgrounds-combine.sh
+++ b/nixos/modules/tasks/tty-backgrounds-combine.sh
@@ -3,7 +3,7 @@ source $stdenv/setup
 ttys=($ttys)
 themes=($themes)
 
-ensureDir $out
+mkdir -p $out
 
 defaultName=$(cd $default && ls | grep -v default)
 echo $defaultName