Renamed the fcgi executable.

This commit is contained in:
2018-04-26 11:58:00 +02:00
parent bc169d6b26
commit da2e26f697

View File

@@ -16,7 +16,7 @@ source $HOME/eiffel.rc
git clone https://github.com/EiffelWebFramework/EWF.git $web_dir/src git clone https://github.com/EiffelWebFramework/EWF.git $web_dir/src
# Build executable # Build executable
eiffel build -v --target debug_libfcgi $web_dir/src/examples/debug/debug.ecf $web_dir/html/debug.fcgi eiffel build -v --target debug_libfcgi $web_dir/src/examples/debug/debug.ecf $web_dir/html/service.fcgi
# Clean files # Clean files
rm -rf $ISE_EIFFEL rm -rf $ISE_EIFFEL