Skip to content

Commit 362efbe

Browse files
committed
Update v-update-user-quota
1 parent a320b1f commit 362efbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-user-quota

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ is_object_valid 'user' 'USER' "$user"
3333
# Updating disk quota
3434
quota=$(get_user_value '$DISK_QUOTA')
3535
soft=$((quota * 1000))
36-
hard=$((quota + 50000))
36+
hard=$((soft + 50000))
3737

3838
# Searching home mount point
3939
mnt=$(df -P /home |awk '{print $6}' |tail -n1)

0 commit comments

Comments
 (0)