Skip to content

Commit

Permalink
Merge pull request #1103 from seebaer1976/patch-6
Browse files Browse the repository at this point in the history
Update preinst
  • Loading branch information
connortechnology committed Oct 16, 2015
2 parents da764a6 + 7ebf3de commit d0e5dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distros/ubuntu1504/preinst
Expand Up @@ -5,13 +5,13 @@ set -e
abort=false
if [ -L /usr/share/zoneminder/www/events ]; then
l=$(readlink /usr/share/zoneminder/www/events)
if [ "$l" != "/var/cache/zoneminder/www/events" ]; then
if [ "$l" != "/var/cache/zoneminder/events" ]; then
abort=true
fi
fi
if [ -L /usr/share/zoneminder/www/images ]; then
l=$(readlink /usr/share/zoneminder/www/images )
if [ "$l" != "/var/cache/zoneminder/www/images" ]; then
if [ "$l" != "/var/cache/zoneminder/images" ]; then
abort=true
fi
fi
Expand Down

0 comments on commit d0e5dd6

Please sign in to comment.