install.sh
This commit is contained in:
parent
d5955772ae
commit
13c34a8d26
2 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,13 @@
|
|||
textconv = odt2txt
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
default = current
|
||||
|
||||
[sendemail]
|
||||
smtpencryption = tls
|
||||
smtpserver = www.villaro-dixon.eu
|
||||
smtpserverport = 587
|
||||
smtpuser = frank_mail
|
||||
|
||||
[credential]
|
||||
helper = cache
|
||||
|
|
|
@ -118,7 +118,6 @@ if [ $(hostname) = "intersect" ]; then
|
|||
else
|
||||
SECURE_DIR=~
|
||||
echo "FIXME"
|
||||
exit
|
||||
fi;
|
||||
|
||||
#simple files
|
||||
|
|
Loading…
Reference in a new issue