You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" We recommend allocating at least 5x the amount of storage allocated to the primary GitHub appliance for historical snapshots and growth over time."
183
182
@@ -194,8 +193,7 @@ SKIP_MSG
194
193
recommended_disk_req=$((min_disk_req *5))
195
194
echo" - Available space: $((available_space / (1024**2))) MB"
196
195
echo" - Min Disk required for this backup is at least $min_disk_req MB"
197
-
echo" - Recommended Disk requirement is $recommended_disk_req MB"
198
-
echo -e "\n"
196
+
echo -e " - Recommended Disk requirement is $recommended_disk_req MB\n"
0 commit comments