Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
debian package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Dec 11, 2017
1 parent a9556db commit 931012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
Expand Up @@ -30,9 +30,9 @@ case "$1" in
if ! [ -e /var/lib/bareos/bareos-regress/config ]; then
ln -s /etc/bareos/bareos-regress.conf /var/lib/bareos/bareos-regress/config
fi
permissions
# make sure, regression get initialized on first run.
su - bareos -s /bin/sh -c "touch /var/lib/bareos/CLEANUPMARKER; cd /var/lib/bareos/bareos-regress; make sed" || true
permissions
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
Expand Down

0 comments on commit 931012d

Please sign in to comment.