gnome
This commit is contained in:
parent
dda61e2594
commit
a56aa8124f
2 changed files with 5 additions and 5 deletions
|
@ -14,11 +14,11 @@ rwx_gnome_workspaces_primary() {
|
|||
local var="${group}/${name}"
|
||||
# get
|
||||
bool="$(gsettings get "${group}" "${name}")"
|
||||
sh_log_debug "${var}: ${bool}"
|
||||
rwx_log_debug "${var}: ${bool}"
|
||||
# not
|
||||
bool="$(sh_not "${bool}")"
|
||||
sh_log_debug "bool: ${bool}"
|
||||
bool="$(rwx_not "${bool}")"
|
||||
rwx_log_debug "bool: ${bool}"
|
||||
# set
|
||||
gsettings set "${group}" "${name}" "${bool}"
|
||||
sh_log_info "${var}: ${bool}"
|
||||
rwx_log_info "${var}: ${bool}"
|
||||
}
|
||||
|
|
|
@ -112,7 +112,7 @@ rwx_rescue_wipe_2_make_hetzner_8_8() {
|
|||
# passphrase
|
||||
unset passphrase
|
||||
# format crypt
|
||||
sh_fs_make_btrfs "/dev/mapper/crypt" "crypt" \
|
||||
rwx_fs_make_btrfs "/dev/mapper/crypt" "crypt" \
|
||||
"00000000-0000-0000-0000-00000000000c"
|
||||
# mount crypt
|
||||
mkdir --parents "/media/crypt"
|
||||
|
|
Loading…
Reference in a new issue