Skip to content

Commit

Permalink
v9.9
Browse files Browse the repository at this point in the history
- DietPi-Software | frp: G_WHIP_DEFAULT_ITEM is unset within G_WHIP call
  • Loading branch information
MichaIng committed Dec 1, 2024
1 parent 9a2486a commit b675711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -6547,7 +6547,7 @@ _EOF_
G_WHIP_NOCANCEL=1
G_WHIP_DEFAULT_ITEM='Both'
G_WHIP_MENU 'Please choose how you are going to run frp:'
local mode=${G_WHIP_RETURNED_VALUE:-$G_WHIP_DEFAULT_ITEM}
local mode=${G_WHIP_RETURNED_VALUE:-Both}

G_EXEC mkdir -p /etc/frp
Create_User frp -d /etc/frp
Expand Down

0 comments on commit b675711

Please sign in to comment.