allow for provisioning to succeed if there are no profiles available
parent
10201997b9
commit
c365e61759
|
@ -84,6 +84,9 @@ if which "$DCONF" > /dev/null 2>&1; then
|
||||||
unset BASE_NEW_KEY
|
unset BASE_NEW_KEY
|
||||||
touch "$HOME/.config/.gnome-terminal-profile-base16-outrun-dark-256-created"
|
touch "$HOME/.config/.gnome-terminal-profile-base16-outrun-dark-256-created"
|
||||||
exit 0
|
exit 0
|
||||||
|
else
|
||||||
|
echo "No profiles exist, yet. Try again later."
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -85,6 +85,9 @@ if which "$DCONF" > /dev/null 2>&1; then
|
||||||
unset BASE_NEW_KEY
|
unset BASE_NEW_KEY
|
||||||
touch "$HOME/.config/.gnome-terminal-profile-road-grey-created"
|
touch "$HOME/.config/.gnome-terminal-profile-road-grey-created"
|
||||||
exit 0
|
exit 0
|
||||||
|
else
|
||||||
|
echo "No default profiles exist, try again later"
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in New Issue