Skip to content

Commit

Permalink
Dumb mistake with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryCraft committed Nov 28, 2024
1 parent a9be8af commit 3529244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMAGES/ptero-plutonium/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export WINEDEBUG=fixme-all

# Replace Startup Variables
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
//UPDATE_STARTUP=`bin/plutonium-bootstrapper-win32.exe -update-only`
# UPDATE_STARTUP=`bin/plutonium-bootstrapper-win32.exe -update-only`
UPDATE_STARTUP=`eval echo $(echo ${UPDATE_COMMAND} | sed -e 's/{{/${/g' -e 's/}}/}/g')`

# Run Plutonium as self-updater
Expand Down

0 comments on commit 3529244

Please sign in to comment.