mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Use -e switch after docker permission check
This commit is contained in:
parent
42fd62ecfd
commit
4862eb5e84
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
ask() {
|
||||
while true ; do
|
||||
if [[ -z $3 ]] ; then
|
||||
|
|
@ -75,6 +73,8 @@ if [ $? -ne 0 ] ; then
|
|||
sleep 3
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
echo ""
|
||||
echo "############################################"
|
||||
echo "### Paperless-ng docker installation ###"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue