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;;
|
||||
esac
|
||||
#####################################################################################
|
||||
if [[ -f "${SUBCMD_DIR}/options.sh" ]];
|
||||
then source "${SUBCMD_DIR}/options.sh"
|
||||
fi
|
||||
for function in ${print_os_group_id_functions[@]}; do
|
||||
$function
|
||||
done
|
||||
pause
|
||||
|
||||
if [[ -f "${SUBCMD_DIR}/options.sh" ]];
|
||||
then source "${SUBCMD_DIR}/options.sh"
|
||||
fi
|
||||
case ${SUBCMD_NAME} in
|
||||
install)
|
||||
if [[ "${SKIP_ALLGREETING}" != true ]]; then
|
||||
|
||||
Reference in New Issue
Block a user