We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082b58a commit a393a3fCopy full SHA for a393a3f
fcc.sh
@@ -18,7 +18,7 @@ function show_help {
18
echo -e ${CPH}"+-----------------+\n"${NC}
19
echo -e "Usage: $0 (for Shopware 5) [options [parameter]]\n"
20
echo -e "Options:"
21
- echo -e "-bw|--rsync-bwlimit [KB/s], Set rsync Bandwith Limit in KBytes per second. See rsync Manuel. Default: 50000"
+ echo -e "-bw|--rsync-bwlimit [KB/s], Set rsync Bandwith Limit in KBytes per second. See rsync Manuel. Default: 20000"
22
echo -e "-h |--help, Print what you see"
23
exit 0
24
}
@@ -95,7 +95,7 @@ php ../../bin/console sw:generate:attributes > /dev/null ; x_re
95
96
97
if [[ -z "${rsync_bw_value}" ]]; then
98
- rsync_bw="--bwlimit=50000"
+ rsync_bw="--bwlimit=20000"
99
else
100
rsync_bw="--bwlimit=${rsync_bw_value}"
101
fi
0 commit comments