up confs
This commit is contained in:
parent
27b65d534f
commit
1df3aadaf0
@ -36,7 +36,7 @@ for config in ${CONFIGS} ${@}; do
|
||||
# cmd=("${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||
# -p "${BASE_DIR}/${META_DIR}/dotbot-yay/yay.py" -c "$configFile")
|
||||
cmd=("${BASE_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||
-p "${BASE_DIR}/${META_DIR}/dotbot_plugins/dotbot-yay/yay.py" -c "$configFile")
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-yay/yay.py" -c "$configFile")
|
||||
|
||||
if [[ $config == *"sudo"* ]]; then
|
||||
cmd=(sudo "${cmd[@]}")
|
||||
|
Loading…
Reference in New Issue
Block a user