Bug of ZeroBraneStudio is fixed on master now (to debug ssowat)

This commit is contained in:
Kay0u 2022-07-22 15:27:52 +02:00
parent 15f2891521
commit facffb7c88
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -224,7 +224,7 @@ function use_git()
echo "$current_ssowatconf" >> $ssowat_conf_file echo "$current_ssowatconf" >> $ssowat_conf_file
fi fi
if [ ! -d "/ynh-dev/ZeroBraneStudio" ]; then if [ ! -d "/ynh-dev/ZeroBraneStudio" ]; then
info "If you want to debug ssowat, you can clone https://github.com/pkulchenko/ZeroBraneStudio (There is a bug on the master branch, please use the tag 1.90 for now) into the ynh-dev directory of your host," info "If you want to debug ssowat, you can clone https://github.com/pkulchenko/ZeroBraneStudio into the ynh-dev directory of your host,"
info "open it, and open a file at the root of the ssowat project in ynh-dev directory, click on \"Project -> Project Directory -> Set From Current File\"." info "open it, and open a file at the root of the ssowat project in ynh-dev directory, click on \"Project -> Project Directory -> Set From Current File\"."
info "You can start the remote debugger with \"Project -> Start Debugger Server\"." info "You can start the remote debugger with \"Project -> Start Debugger Server\"."
info "Add the line \"require(\"mobdebug\").start('THE_IP_OF_YOUR_HOST_IN_THE_CONTAINER_NETWORK')\" at the top of the file access.lua and reload nginx in your container with \"systemctl reload nginx\"." info "Add the line \"require(\"mobdebug\").start('THE_IP_OF_YOUR_HOST_IN_THE_CONTAINER_NETWORK')\" at the top of the file access.lua and reload nginx in your container with \"systemctl reload nginx\"."