From 20f60adb5cafb3d82e7b87ce69102d784e391b4e Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sun, 27 Nov 2022 01:03:53 +0800 Subject: [PATCH] install.sh: DFS_UPDATED_RET=85 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1032393..479f5bf 100755 --- a/install.sh +++ b/install.sh @@ -219,8 +219,8 @@ install_update(){ cp "${DOTFILES}/.update.sh" "${DOTFILES}/update.sh" chmod +x "${DOTFILES}/update.sh" fmt_note "running update.sh ..." - DFS_UPDATED_RET=1 ${DOTFILES}/update.sh - if [[ $? == 1 ]]; then + DFS_UPDATED_RET=85 ${DOTFILES}/update.sh + if [[ $? == 85 ]]; then fmt_note "dfs updated. re-running install.sh ..." "${DOTFILES}/install.sh" && exit fi