Skip to content

Commit

Permalink
Update preinst
Browse files Browse the repository at this point in the history
korrektur
  • Loading branch information
seebaer1976 committed Oct 9, 2015
1 parent 8db4c22 commit 7ebf3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distros/ubuntu1504/preinst
Original file line number Diff line number Diff line change
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 7ebf3de

Please sign in to comment.