forked from germedeb/aleta-postre
renamed linkcall to runlink for better autocomplete in shells
This commit is contained in:
parent
1d25ad6476
commit
0ecf014942
@ -149,9 +149,9 @@ printf "${info_color}Launching misc commands...${reset_colors}\\n"
|
|||||||
|
|
||||||
printf "${info_color}starting link process...${reset_colors}\\n"
|
printf "${info_color}starting link process...${reset_colors}\\n"
|
||||||
if [ "$VERBOSE" = yes ] ; then
|
if [ "$VERBOSE" = yes ] ; then
|
||||||
./tasks/linkcall.sh
|
./tasks/runlink.sh
|
||||||
else
|
else
|
||||||
./tasks/linkcall.sh >/dev/null 2>&1
|
./tasks/runlink.sh >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
case "$@" in *--autoinstall*|*-i*)
|
case "$@" in *--autoinstall*|*-i*)
|
||||||
printf "${info_color}Performing an Update/Installation of aleta${reset_colors}\\n"
|
printf "${info_color}Performing an Update/Installation of aleta${reset_colors}\\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user