Skip to content

Commit d1dfe49

Browse files
authored
correct sleep.conf.d
1 parent 93b0e23 commit d1dfe49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian-rpi-sd-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ fi
341341

342342
ln -s /dev/null ${MNTROOT}/etc/systemd/system/udisks2.service
343343
mkdir -p ${MNTROOT}/etc/systemd/sleep.conf.d
344-
cat >/etc/systemd/sleep.conf.d/nosleep.conf <<'EOF'
344+
cat >${MNTROOT}/etc/systemd/sleep.conf.d/nosleep.conf <<'EOF'
345345
[Sleep]
346346
AllowSuspend=no
347347
AllowHibernation=no

0 commit comments

Comments
 (0)