1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
This commit is contained in:
Alexandre Aubin 2023-03-20 16:53:56 +01:00 committed by GitHub
parent 90cf303dab
commit b4c7790f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,7 @@ ram.runtime = "50M"
then then
echo "unoconv libreoffice-writer" echo "unoconv libreoffice-writer"
elif [[ "$export" == "abiword" ]] elif [[ "$export" == "abiword" ]]
then
echo "abiword" echo "abiword"
fi fi
""" """