Fix missing double quote

This commit is contained in:
JeremyStar™ 2024-05-19 21:07:29 +02:00
parent 903f683052
commit 7df6972638
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -8,7 +8,7 @@ if [ "$STAGE" == "1" ]; then
rm -rf "$HOME/.config/.jstm_dotfiles_updater" rm -rf "$HOME/.config/.jstm_dotfiles_updater"
echo ":: Update complete." echo ":: Update complete."
echo " Please execute \"dotfiles-install-software\" to" echo " Please execute \"dotfiles-install-software\" to"
echo " install and update required software. echo " install and update required software."
else else
echo ":: Checking for updates" echo ":: Checking for updates"
if [ ! "$1" == "--force" ] && [ "$(env SCRIPTED=true dotfiles-updatechecker)" == "" ]; then if [ ! "$1" == "--force" ] && [ "$(env SCRIPTED=true dotfiles-updatechecker)" == "" ]; then