Skip to content

Commit

Permalink
fix: remove extra slash
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Aug 19, 2024
1 parent 8ebe48f commit 33a83c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/lib/rsetup/cli/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ EOF

set_gdm_autologin() {
local user="$1" switch="$2"
local config_dir="/etc/gdm3/"
local config_dir="/etc/gdm3"

if [[ "$switch" == "ON" ]]; then
mkdir -p "$config_dir"
Expand Down

0 comments on commit 33a83c4

Please sign in to comment.