diff options
| author | TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> | 2022-06-06 12:58:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 12:58:37 -0700 |
| commit | 73b36b776aee0f79f1579b7a02ee86073c5d8bd6 (patch) | |
| tree | 457d6b8a068052d271d347e949092bfe46b355fb /contrib | |
| parent | 4a2299f3ffa93f316641f19b855d02ff09d4f6cd (diff) | |
| download | decky-loader-73b36b776aee0f79f1579b7a02ee86073c5d8bd6.tar.gz decky-loader-73b36b776aee0f79f1579b7a02ee86073c5d8bd6.zip | |
Actually preserve enviorment variables properly
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/pc.sh | 2 |
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" |
