We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cebba commit c766469Copy full SHA for c766469
install/upgrade/versions/latest.sh
@@ -114,7 +114,7 @@ for user in $($HESTIA/bin/v-list-sys-users plain); do
114
[[ -d /home/${user}/ ]] || continue
115
116
# skip users without web domains
117
- [[ ls /home/${user}/web/*/public_*html >/dev/null 2>&1 ]] || continue
+ ls /home/${user}/web/*/public_*html >/dev/null 2>&1 || continue
118
119
chown --silent --no-dereference :www-data /home/$user/web/*/public_*html
120
done
0 commit comments