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 2ee02ea commit 3013e24Copy full SHA for 3013e24
bin/v_add_sys_user
@@ -99,7 +99,7 @@ fi
99
chmod -R a+x $V_HOME/$user
100
101
# Checking quota
102
-if [ ! -z "$DISK_QUOTA" ] && [ "$DISK_QUOTA" != 'off' ]; then
+if [ ! -z "$DISK_QUOTA" ] && [ "$DISK_QUOTA" != 'no' ]; then
103
DISK_QUOTA=$(echo "$package_data"|grep 'DISK_QUOTA' | cut -f 2 -d \')
104
set_quota "$user" "$DISK_QUOTA"
105
fi
0 commit comments