1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Add ending line

This commit is contained in:
Loic Blot 2018-05-17 12:26:55 +02:00
parent 7ff96e1665
commit b8395f37d3
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -25,3 +25,4 @@ wget https://github.com/nextcloud/ocsms/archive/${RELEASE_VERSION}.tar.gz
tar xzf ${RELEASE_VERSION}.tar.gz tar xzf ${RELEASE_VERSION}.tar.gz
mv ocsms-${RELEASE_VERSION} ocsms mv ocsms-${RELEASE_VERSION} ocsms
tar cfz ocsms-${RELEASE_VERSION}.tar.gz ocsms tar cfz ocsms-${RELEASE_VERSION}.tar.gz ocsms
echo "Release version "${RELEASE_VERSION}" is now ready."