forked from Shinonome/dots-hyprland
Tweak position of print_os_group_id_functions
This commit is contained in:
@@ -59,14 +59,13 @@ case $1 in
|
|||||||
*)printf "${STY_RED}Unknown subcommand \"$1\".${STY_RST}\n";showhelp_global;exit 1;;
|
*)printf "${STY_RED}Unknown subcommand \"$1\".${STY_RST}\n";showhelp_global;exit 1;;
|
||||||
esac
|
esac
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
|
if [[ -f "${SUBCMD_DIR}/options.sh" ]];
|
||||||
|
then source "${SUBCMD_DIR}/options.sh"
|
||||||
|
fi
|
||||||
for function in ${print_os_group_id_functions[@]}; do
|
for function in ${print_os_group_id_functions[@]}; do
|
||||||
$function
|
$function
|
||||||
done
|
done
|
||||||
pause
|
pause
|
||||||
|
|
||||||
if [[ -f "${SUBCMD_DIR}/options.sh" ]];
|
|
||||||
then source "${SUBCMD_DIR}/options.sh"
|
|
||||||
fi
|
|
||||||
case ${SUBCMD_NAME} in
|
case ${SUBCMD_NAME} in
|
||||||
install)
|
install)
|
||||||
if [[ "${SKIP_ALLGREETING}" != true ]]; then
|
if [[ "${SKIP_ALLGREETING}" != true ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user