Update postinst

This commit is contained in:
myvesta 2021-12-12 17:31:50 +01:00 committed by GitHub
commit 353526d289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ if [ ! -e "/usr/local/vesta/data/users/admin" ]; then
exit exit
fi fi
/usr/local/vesta/bin/v-ensure-poold-folders-not-empty
if [ ! -d "/usr/local/vesta/data/upgrades" ]; then if [ ! -d "/usr/local/vesta/data/upgrades" ]; then
mkdir -p /usr/local/vesta/data/upgrades mkdir -p /usr/local/vesta/data/upgrades
fi fi