mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +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
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
ask() {
|
ask() {
|
||||||
while true ; do
|
while true ; do
|
||||||
if [[ -z $3 ]] ; then
|
if [[ -z $3 ]] ; then
|
||||||
|
|
@ -75,6 +73,8 @@ if [ $? -ne 0 ] ; then
|
||||||
sleep 3
|
sleep 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "############################################"
|
echo "############################################"
|
||||||
echo "### Paperless-ng docker installation ###"
|
echo "### Paperless-ng docker installation ###"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue