File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1041
1041
run_ok " sudo -i -u invidious \
1042
1042
git clone https://github.com/${IN_REPO} " " Cloning Invidious from github.com/${IN_REPO} "
1043
1043
cd - 1> /dev/null 2>&1 || exit 1
1044
+ # Add invidious folder as safe directory
1045
+ git config --global --add safe.directory ${REPO_DIR} >> " ${RUN_LOG} " 2>&1
1044
1046
)
1045
1047
fi
1046
1048
@@ -1149,9 +1151,6 @@ host replication all ::1/128 md5" | ${SUDO} t
1149
1151
log_debug " Phase 4 of 4: Invidious Configuration"
1150
1152
printf " ${GREEN} ▣▣▣${YELLOW} ▣${NORMAL} Phase ${YELLOW} 4${NORMAL} of ${GREEN} 4${NORMAL} : Setup Invidious\\ n"
1151
1153
1152
- # Add invidious folder as safe directory
1153
- git config --global --add safe.directory ${REPO_DIR} >> " ${RUN_LOG} " 2>&1
1154
-
1155
1154
log_debug " Update config"
1156
1155
run_ok " update_config" " Updating config"
1157
1156
# Crystal complaining about permissions on CentOS and somewhat Debian
You can’t perform that action at this time.
0 commit comments