#120: adding a certs directory to avoid Prosody error logs.

This commit is contained in:
John Livingston
2022-12-06 17:19:53 +01:00
parent 34ebfb4c67
commit 24696acdbe
5 changed files with 18 additions and 1 deletions

View File

@ -10,6 +10,8 @@ script:
- mkdir -p AppDir/usr/bin
# Copy the launcher code into the AppDir
- cp ./launcher.lua AppDir/usr/bin/
# Creating the /etc/prosody/certs folder to avoid unecessary errors
- mkdir -p AppDir/etc/prosody/certs
AppDir:
path: ./AppDir

View File

@ -10,6 +10,8 @@ script:
- mkdir -p AppDir/usr/bin
# Copy the launcher code into the AppDir
- cp ./launcher.lua AppDir/usr/bin/
# Creating the /etc/prosody/certs folder to avoid unecessary errors
- mkdir -p AppDir/etc/prosody/certs
AppDir:
path: ./AppDir