cahnge shell of root to bash by default

This commit is contained in:
2022-11-25 20:09:18 +01:00
parent e814ad126c
commit d8422ad9db
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ function print_container_info {
# Run Code
##############################################################################################################################
if [ "$INTERACTIVE_MODE" != "false" ]; then
find_borg_repo backups/
find_borg_repo /backups/
export BORG_REPO="${repo_list[selected_repo]}"
if [ ! -z "$BORG_REPO" ]; then
ask_for_repo_password