Allow acl-add to fail

This commit is contained in:
Jose Diaz-Gonzalez
2016-04-12 19:37:45 -04:00
parent 67d7a64a51
commit 4230e816df

2
debian/postinst vendored
View File

@@ -92,7 +92,7 @@ case "$1" in
if [ -z "${DEBCONF_RECONFIGURE}" ]; then
db_get "dokku/key_file"
if [ -f "$RET" ]; then
sshcommand acl-add dokku default < "$RET"
sshcommand acl-add dokku default < "$RET" || true
fi
fi
;;