Skip to content

Commit

Permalink
v8.21 (#6553)
Browse files Browse the repository at this point in the history
- DietPi-Globals | Fix typo in "Change command" input box of our G_EXEC error handler
  • Loading branch information
MrEddX authored Aug 16, 2023
1 parent 174c4e2 commit f3a23c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/func/dietpi-globals
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ Press any key to continue...'
G_WHIP_DEFAULT_ITEM=${acommand[*]}
if G_WHIP_INPUTBOX 'Please enter/alter the command to be executed.
\nNB: Please only use this solution if you know for sure that it will not cause follow up issues from the originating script. It will e.g. allow you to continue a certain software install, but if you edit the download link, the originating script might expect files which are not present.
\nUse this work caution!'; then
\nUse this with caution!'; then

G_DIETPI-NOTIFY 2 "Executing alternative command: ${G_WHIP_RETURNED_VALUE//\\/\\\\}"
$G_WHIP_RETURNED_VALUE
Expand Down

0 comments on commit f3a23c8

Please sign in to comment.