forked from switnet/quick-jibri-installer
Fix truncated lines
This commit is contained in:
parent
74a562e798
commit
0215fa4c5e
|
@ -314,6 +314,8 @@ else
|
||||||
echo "Please run letsencrypt.sh manually post-installation."
|
echo "Please run letsencrypt.sh manually post-installation."
|
||||||
elif [ "$ENABLE_SSL" = "yes" ]; then
|
elif [ "$ENABLE_SSL" = "yes" ]; then
|
||||||
echo "SSL will be enabled."
|
echo "SSL will be enabled."
|
||||||
|
fi
|
||||||
|
done
|
||||||
fi
|
fi
|
||||||
#Dropbox -- no longer requirement for localrecording
|
#Dropbox -- no longer requirement for localrecording
|
||||||
#while [[ $ENABLE_DB != yes && $ENABLE_DB != no ]]
|
#while [[ $ENABLE_DB != yes && $ENABLE_DB != no ]]
|
||||||
|
|
Loading…
Reference in New Issue