pppeace commented on issue #6004: URL: https://github.com/apache/seatunnel/issues/6004#issuecomment-1878351061
@BobFang2023, I just added the envs in /etc/profile, and ` # add envs vim /etc/profile >>> export SEATUNNEL_HOME=/data/apache-seatunnel-2.3.3 export SEATUNNEL_WEB_HOME=/data/apache-seatunnel-web-1.0.0-bin export ST_WEB_BASEDIR_PATH=/data/apache-seatunnel-web-1.0.0-bin <<< # update envs source /etc/profile # restart web sh bin/seatunnel-backend-daemon.sh stop sh bin/seatunnel-backend-daemon.sh start ` and doesn't works, its still blank. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
