fixed update bug

This commit is contained in:
Snowy-Fluffy
2025-03-25 03:19:30 +03:00
parent dcda19e6c8
commit 781c28a564

View File

@@ -382,6 +382,7 @@ update_zapret() {
fi
if [[ -d /tmp/zapret.installer/ ]]; then
cd /tmp/zapret.installer/ && git pull
chmod -R 777 /tmp/zapret.installer
fi
systemctl restart zapret
sleep 2