Debug information
This commit is contained in:
@@ -102,6 +102,15 @@ necessary_information_config() {
|
|||||||
echo -e "\n❌ Please check your configuration file to include all necessary variables"
|
echo -e "\n❌ Please check your configuration file to include all necessary variables"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${DEBUG:-false}" == "true" ]]; then
|
||||||
|
echo "Debugging enabled."
|
||||||
|
export DIR_COPY_FLAGS="ravu"
|
||||||
|
export FILES_COPY_FLAGS="avu"
|
||||||
|
else
|
||||||
|
export DIR_COPY_FLAGS="rau"
|
||||||
|
export FILES_COPY_FLAGS="au"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
more_information_config() {
|
more_information_config() {
|
||||||
@@ -1000,15 +1009,6 @@ EOF
|
|||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
if [[ "${DEBUG:-false}" == "true" ]]; then
|
|
||||||
echo "Debugging enabled."
|
|
||||||
DIR_COPY_FLAGS="ravu"
|
|
||||||
FILES_COPY_FLAGS="avu"
|
|
||||||
else
|
|
||||||
DIR_COPY_FLAGS="rau"
|
|
||||||
FILES_COPY_FLAGS="au"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Choose the action
|
# Choose the action
|
||||||
ACTION_ANSWER=$(gum choose "[1] 🌐 Deploy NixOS on a remote machine" "[2] 💽 Deploy NixOS on a remote machine with a file configuration" "[3] 🛠️ Update a NixOS remote machine")
|
ACTION_ANSWER=$(gum choose "[1] 🌐 Deploy NixOS on a remote machine" "[2] 💽 Deploy NixOS on a remote machine with a file configuration" "[3] 🛠️ Update a NixOS remote machine")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user