mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
@@ -20,7 +20,7 @@ echo "Setting default feature set for all existing users.."
|
||||
for dir in /home/*; do
|
||||
if [ -d "$dir" ]; then
|
||||
if [ -f "$dir/.env" ]; then
|
||||
ln -sf /etc/openpanel/openpanel/features/default.txt "$dir/features.txt"
|
||||
rm -rf "$dir/features.txt"
|
||||
echo "- Default feature set applied for user $dir"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user