File tree Expand file tree Collapse file tree
docker-outside-of-docker/_lib
kubectl-helm-minikube/_lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Determines the appropriate non-root user based on the input username.
1515** Usage:**
1616``` bash
1717# Source the helper script
18- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
18+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
1919
2020# Determine the user
2121USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
110110``` bash
111111# Source common helper functions
112112SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
113- source " ${SCRIPT_DIR} /../.common /common-setup.sh"
113+ source " ${SCRIPT_DIR} /_lib /common-setup.sh"
114114
115115# Determine the appropriate non-root user
116116USERNAME=$( determine_user_from_input " ${USERNAME} " " root" )
You can’t perform that action at this time.
0 commit comments