allow for provisioning to succeed if there are no profiles available

main
Andrew Coleman 2021-08-17 17:16:05 -04:00
parent 10201997b9
commit c365e61759
2 changed files with 6 additions and 0 deletions

View File

@ -84,6 +84,9 @@ if which "$DCONF" > /dev/null 2>&1; then
unset BASE_NEW_KEY
touch "$HOME/.config/.gnome-terminal-profile-base16-outrun-dark-256-created"
exit 0
else
echo "No profiles exist, yet. Try again later."
exit 0
fi
fi

View File

@ -85,6 +85,9 @@ if which "$DCONF" > /dev/null 2>&1; then
unset BASE_NEW_KEY
touch "$HOME/.config/.gnome-terminal-profile-road-grey-created"
exit 0
else
echo "No default profiles exist, try again later"
exit 0
fi
fi