usr
/
bin
➕ New
📤 Upload
✎ Editing:
plesk_configure
← Back
#!/bin/bash if [ ! -e "/usr/local/psa/version" ]; then exit 0 fi PATH_TO_FIX="/var/www/vhosts/.skel/0" PLESK_VER=$(cat /usr/local/psa/version | awk '{print $1}' | awk -F '.' '{print $1}') if [ -e "$PATH_TO_FIX" ]; then chgrp linksafe "$PATH_TO_FIX" fi if [ ${PLESK_VER} -ge 17 ]; then usermod -a -G linksafe psaadm fi exit 0
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel