view update.sh @ 11:bbafc54bbd26

fix ssl renew
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 28 Jul 2022 16:10:05 +0300
parents dfc36e7ed22c
children c560b4e2f056
line wrap: on
line source

#!/bin/bash -e

. common.sh;

echo Updating hg
/usr/local/bin/hg pull -u

./stop.sh

mkdir -p logs
rm -f logs/*
hg identify >logs/changeset.txt

${ROOTPWD}/luan.sh update_repositories.luan

./start.sh