Displaying 2 results from an estimated 2 matches for "configured_script".
2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...> warning_underline() {
>   printf "%40s\n" "${YELLOW}${UNDERLINE}$*${NORMAL}"
> }
>
> check_run_as_sudo_root() {
>   if ! [[ $EUID -eq 0 ]]; then
>     error "This script should be run using sudo or by root."
>     exit 1
>   fi
> }
> configured_script() {
>     if [ "${CONFIGURED}" = "no" ]; then
>         error "####################################################"
>         error "You need to configure this script first to run it. "
>         echo " "
>         error "exitin...
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...rintf "%40s\n" "${YELLOW}${UNDERLINE}$*${NORMAL}"
>> }
>>
>> check_run_as_sudo_root() {
>>   if ! [[ $EUID -eq 0 ]]; then
>>     error "This script should be run using sudo or by root."
>>     exit 1
>>   fi
>> }
>> configured_script() {
>>     if [ "${CONFIGURED}" = "no" ]; then
>>         error "####################################################"
>>         error "You need to configure this script first to run it. "
>>         echo " "
>>...