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.
2 parents e54593e + 26fc066 commit d259198Copy full SHA for d259198
install.sh
@@ -349,6 +349,13 @@ install_froster() {
349
echo "...Froster installed"
350
fi
351
352
+ # Wait until 'froster' command is available in PATH
353
+ echo " Verifying froster command availability..."
354
+ while ! command -v froster >/dev/null 2>&1; do
355
+ sleep 1
356
+ done
357
+ echo " ...froster command verified."
358
+
359
# Keep the config.ini file (if any)
360
if [[ -f ${froster_config_backup_dir}/config.ini ]]; then
361
# Create the froster directory if it does not exist
0 commit comments