File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
docker/rootless/usr/local/bin Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ if [ ! -w ${HOME} ]; then echo "${HOME} is not writable"; exit 1; fi
8
8
mkdir -p ${GITEA_CUSTOM} && chmod 0700 ${GITEA_CUSTOM}
9
9
10
10
# Prepare temp folder
11
- mkdir -p ${GITEA_CUSTOM} && chmod 0700 ${GITEA_CUSTOM}
12
11
mkdir -p ${GITEA_TEMP} && chmod 0700 ${GITEA_TEMP}
13
12
if [ ! -w ${GITEA_TEMP} ]; then echo " ${GITEA_TEMP} is not writable" ; exit 1; fi
14
13
@@ -18,8 +17,6 @@ if [ ! -f ${GITEA_APP_INI} ]; then
18
17
# Prepare config file folder
19
18
GITEA_APP_INI_DIR=$( dirname ${GITEA_APP_INI} )
20
19
mkdir -p ${GITEA_APP_INI_DIR} && chmod 0700 ${GITEA_APP_INI_DIR}
21
-
22
-
23
20
if [ ! -w ${GITEA_APP_INI_DIR} ]; then echo " ${GITEA_APP_INI_DIR} is not writable" ; exit 1; fi
24
21
25
22
# Set INSTALL_LOCK to true only if SECRET_KEY is not empty and
You can’t perform that action at this time.
0 commit comments