Update file run_onchange_after_21-dconf-settings.tmpl
This commit is contained in:
parent
99cc32e825
commit
bc67d4948c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ if [ -d "$XDG_CONFIG_HOME/dconf/settings" ]; then
|
|||
fi
|
||||
DCONF_SETTINGS_ID="/$(basename "$DCONF_CONFIG_FILE" | sed 's/\./\//')/"
|
||||
if [ "$DEBUG_MODE" == 'true' ]; then
|
||||
log info 'Dconf settings ID:'
|
||||
log info "$DCONF_SETTINGS_ID"
|
||||
logg info 'Dconf settings ID:'
|
||||
echo "$DCONF_SETTINGS_ID"
|
||||
fi
|
||||
# Reset dconf settings if environment variable RESET_DCONF is set to true
|
||||
if [ "$RESET_DCONF" == 'true' ]; then
|
||||
|
|
Loading…
Reference in a new issue