summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrainDoctor <11465594+TrainDoctor@users.noreply.github.com>2022-06-06 12:58:37 -0700
committerGitHub <noreply@github.com>2022-06-06 12:58:37 -0700
commit73b36b776aee0f79f1579b7a02ee86073c5d8bd6 (patch)
tree457d6b8a068052d271d347e949092bfe46b355fb
parent4a2299f3ffa93f316641f19b855d02ff09d4f6cd (diff)
downloaddecky-loader-73b36b776aee0f79f1579b7a02ee86073c5d8bd6.tar.gz
decky-loader-73b36b776aee0f79f1579b7a02ee86073c5d8bd6.zip
Actually preserve enviorment variables properly
-rwxr-xr-xcontrib/pc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pc.sh b/contrib/pc.sh
index 67e0dde6..8a0d8deb 100755
--- a/contrib/pc.sh
+++ b/contrib/pc.sh
@@ -121,6 +121,6 @@ npmtransbundle ${CLONEDIR}/plugintemplate "template"
printf "Plugin Loader is located at '${CLONEDIR}/pluginloader/'.\n"
-printf "Run in console or in a script these commands to run your development version:\n'export PLUGIN_PATH=${CLONEDIR}/plugins; export CHOWN_PLUGIN_PATH=0; sudo python3 ${CLONEDIR}/pluginloader/backend/main.py'\n"
+printf "Run in console or in a script these commands to run your development version:\n'export PLUGIN_PATH=${CLONEDIR}/plugins; export CHOWN_PLUGIN_PATH=0; sudo -E python3 ${CLONEDIR}/pluginloader/backend/main.py'\n"
printf "All done!\n"