This commit is contained in:
tuxwarrior
2024-04-30 20:31:09 -05:00
parent 5605a91c99
commit 9bfe8c269a

View File

@@ -100,7 +100,7 @@ execute_script() {
shopt -s extglob shopt -s extglob
if [ $operation == "dots" ] ; then if [ $operation == "dots" ] ; then
execute_script 99_dots.sh ${parameter_1} execute_script 99_download.sh dots
fi fi
shopt -u extglob shopt -u extglob
@@ -142,7 +142,7 @@ if [ $operation == "uf" ] || [ $operation == "upd-full" ] ; then
fi fi
${home_dir}/${this_file} software setup ${parameter_1} ${home_dir}/${this_file} software setup ${parameter_1}
${home_dir}/${this_file} dots all ${home_dir}/${this_file} dots
fi fi
shopt -u extglob shopt -u extglob