diff --git a/updater b/updater index 47e26d4..ac69277 100755 --- a/updater +++ b/updater @@ -136,7 +136,8 @@ do if [ ! -f "${DIRECTORY}/${file}" ];then echo -e "\e[97m${file} does not exist locally.\e[39m Adding to updatable list." #in this case, add to updatable list - mainupdate="${mainupdate}|${file}" + mainupdate="${mainupdate} +${file}" elif [ ! -f "${DIRECTORY}/update/pi-apps/${file}" ];then echo -e "\e[97m${file} only exists locally.\e[39m Will not add to updatable list." #in this case, do not add to updatable list