fix binary path

pull/42/head
Muhammad Atif Ali 2 years ago
parent f257996d37
commit 03e55b361e
No known key found for this signature in database

@ -20,4 +20,4 @@ fi
echo "👷 Running code serve-web in the background..." echo "👷 Running code serve-web in the background..."
echo "Check logs at ${LOG_PATH}!" echo "Check logs at ${LOG_PATH}!"
code serve-web --port ${PORT} --without-connection-token --accept-server-license-terms >${LOG_PATH} 2>&1 & ${INSTALL_DIR}/bin/code serve-web --port ${PORT} --without-connection-token --accept-server-license-terms >${LOG_PATH} 2>&1 &

Loading…
Cancel
Save