mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
install.sh: Preserve symlinks at update
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user