1
0
Fork 0

Update updater.sh (#618)

Closes #616 + #617
This commit is contained in:
claustromaniac 2019-01-25 14:28:00 +00:00 committed by earthlng
parent 1c09ec36e3
commit 8c96432eb8
1 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## ghacks-user.js updater for macOS and Linux
## version: 2.4
## version: 2.5
## Author: Pat Johnson (@overdodactyl)
## Additional contributors: @earthlng, @ema-pe, @claustromaniac
@ -227,7 +227,7 @@ update_updater () {
fi
mv "${tmpfile}" "${SCRIPT_DIR}/updater.sh"
chmod u+x "${SCRIPT_DIR}/updater.sh"
"${SCRIPT_DIR}/updater.sh" "$@ -d"
"${SCRIPT_DIR}/updater.sh" "$@" -d
exit 1
}
@ -334,6 +334,9 @@ update_userjs () {
echo -e "Status: ${GREEN}A diff file was created:${NC} ${PWD}/${diffname}"
else
echo -e "Warning: ${ORANGE}Your new user.js file appears to be identical. No diff file was created.${NC}"
if [ $BACKUP = 'multiple' ]; then
rm $bakname &>/dev/null
fi
fi
rm $past_nocomments $current_nocomments $pastuserjs &>/dev/null
fi
@ -416,7 +419,7 @@ if [ $# != 0 ]; then
fi
show_banner
update_updater
update_updater $@
getProfilePath # updates PROFILE_PATH or exits on error
cd "$PROFILE_PATH" && update_userjs