Skip to content

Commit 43dee43

Browse files
committed
Fix typo, newline is needed guysoft/OctoPi#807 (comment)
1 parent c7b7ff8 commit 43dee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/base/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export LC_ALL=C
1212
source /common.sh
1313
install_cleanup_trap
1414
if [ -n "${BASE_APT_MIRROR}" ]; then
15-
echo -n "${BASE_APT_MIRROR}" | cat - /etc/apt/sources.list > /tmp/filename.tmp
15+
echo "${BASE_APT_MIRROR}" | cat - /etc/apt/sources.list > /tmp/filename.tmp
1616
mv /tmp/filename.tmp /etc/apt/sources.list
1717
fi
1818

0 commit comments

Comments
 (0)