Skip to content

Commit

Permalink
fix sysntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 25, 2015
1 parent 6607974 commit 8ee9ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-mirror
Expand Up @@ -255,7 +255,7 @@ fi
sed -e 's/file:/copy:/' $cfdir/apt/sources.list >> $aptcache/etc/apt/sources.list
if [ "$(ls -A $cfdir/apt/sources.list.d/)" ]; then
sed -e 's/file:/copy:/' $cfdir/apt/sources.list.d/* >> $aptcache/etc/apt/sources.list
else
fi

if [ -f "$aptpref" ]; then
cp "$aptpref" $aptcache/etc/apt/preferences
Expand Down

0 comments on commit 8ee9ae9

Please sign in to comment.