fix: update server-update to allow f- it updates
This commit is contained in:
parent
64c7d76fac
commit
6d79b38358
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fi
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
if ! [ "$(cat ./skel/etc/ixvd/version)" = "$(cat /etc/ixvd/version)" ]; then
|
[ -f "/etc/ixvd/version" ] && if ! [ "$(cat ./skel/etc/ixvd/version)" = "$(cat /etc/ixvd/version)" ]; then
|
||||||
echo "WARNING: IXVD SKELETON VERSION CHANGED!"
|
echo "WARNING: IXVD SKELETON VERSION CHANGED!"
|
||||||
echo "WARNING: Manual intervention is required."
|
echo "WARNING: Manual intervention is required."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue