mirror of
https://github.com/myvesta/vesta
synced 2025-08-13 10:07:45 -07:00
fixed setquota bug
This commit is contained in:
parent
2ee02ea6db
commit
3013e249ab
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ fi
|
|||
chmod -R a+x $V_HOME/$user
|
||||
|
||||
# Checking quota
|
||||
if [ ! -z "$DISK_QUOTA" ] && [ "$DISK_QUOTA" != 'off' ]; then
|
||||
if [ ! -z "$DISK_QUOTA" ] && [ "$DISK_QUOTA" != 'no' ]; then
|
||||
DISK_QUOTA=$(echo "$package_data"|grep 'DISK_QUOTA' | cut -f 2 -d \')
|
||||
set_quota "$user" "$DISK_QUOTA"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue