This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN echo "cd ${DBHUB_SOURCE}" >> /usr/local/bin/compile.sh && \
108
108
echo "PKG_CONFIG_PATH=/sqlite/lib/pkgconfig go build -gcflags \" all=-N -l\" -buildvcs=false -o /usr/local/bin/dbhub-live ." >> /usr/local/bin/compile.sh && \
109
109
echo "cd ${DBHUB_SOURCE}/standalone/analysis" >> /usr/local/bin/compile.sh && \
110
110
echo "PKG_CONFIG_PATH=/sqlite/lib/pkgconfig go build -gcflags \" all=-N -l\" -buildvcs=false -o /usr/local/bin/dbhub-analysis ." >> /usr/local/bin/compile.sh && \
111
- echo "ln --force -s /usr/local/bin/dbhub-analysis /etc/periodic/15min/" >> /usr/local/bin/compile.sh && \
111
+ echo "ln -f -s /usr/local/bin/dbhub-analysis /etc/periodic/15min/" >> /usr/local/bin/compile.sh && \
112
112
echo "cd ${DBHUB_SOURCE}/webui" >> /usr/local/bin/compile.sh && \
113
113
echo "PKG_CONFIG_PATH=/sqlite/lib/pkgconfig go build -gcflags \" all=-N -l\" -buildvcs=false -o /usr/local/bin/dbhub-webui ." >> /usr/local/bin/compile.sh && \
114
114
echo "/usr/local/bin/restart.sh" >> /usr/local/bin/compile.sh && \
You can’t perform that action at this time.
0 commit comments