fix ruscomap thing

This commit is contained in:
0d0acre 2024-09-21 02:44:31 +02:00
parent d26b3b98ba
commit 34db4db41c

View file

@ -12,7 +12,7 @@ systemctl stop ruscomap.service || echo -e "\nErrore nell'arrestare ruscomap!\n"
cd "${ruscomap_dir}" || exit 1
echo -e "\nEseguo git pull..."
git pull || echo -e "\nErrore git!\n" && exit 1
git pull || (echo -e "\nErrore git!\n" && exit 1)
cd "server" || exit 1
npm ci
systemctl start ruscomap.service