Add some bash safeguards in README.charpil.md

This commit is contained in:
pitchum 2023-10-07 08:02:43 +00:00
parent b49146b36f
commit 23cf858a02
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@ cd .../conversejs
make nvm
export V=7.0.4
git checkout -b v${V}-chapril v${V}
git checkout -b v${V?}-chapril v${V?}
git cherry-pick ... [les bons commits de customisation Chapril] ...
# [... Résoudre les conflits]
nvm install
make dist
# [... Tester les livrables présents dans dist/, et si tout est ok :]
make release VERSION=${V}-chapril
rsync -av dist/ chapril-xmpp:/var/www/xmpp.chapril.org/public_html/dist-custom-chapril-${V}/
make release VERSION=${V?}-chapril
rsync -av dist/ chapril-xmpp:/var/www/xmpp.chapril.org/public_html/dist-custom-chapril-${V?}/
```