install.sh: Preserve symlinks at update

Origin commit data
------------------
Branch: ni/coolstream
Commit: bcf478ba67
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-01-29 (Sun, 29 Jan 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-01-29 04:29:47 +01:00
parent 02c234e6dd
commit 29063d58a8

View File

@@ -21,7 +21,7 @@ update_file()
fi
echo "update $FILE_IMAGE"
rm -f $FILE_IMAGE
cp $FILE_NEW $FILE_IMAGE
cp -d $FILE_NEW $FILE_IMAGE
fi
}