forked from RP1/RaveOS-arch
added dconf load
This commit is contained in:
parent
53cee072e6
commit
cfad3e60d0
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ if [[ $user_choice = *"Restore all of my data and settings"* ]]; then
|
||||||
rsync -ap --info=progress2 $FOLDER /home/$USER/
|
rsync -ap --info=progress2 $FOLDER /home/$USER/
|
||||||
sudo rsync -ap --info=progress2 $FOLDER/etc/libvirt /etc/
|
sudo rsync -ap --info=progress2 $FOLDER/etc/libvirt /etc/
|
||||||
sudo rsync -ap --info=progress2 --relative $FOLDER/usr/share/jellyfin/web/config.json /usr/share/jellyfin/web/
|
sudo rsync -ap --info=progress2 --relative $FOLDER/usr/share/jellyfin/web/config.json /usr/share/jellyfin/web/
|
||||||
|
dconf load / < $FOLDER/$USER-ui
|
||||||
|
|
||||||
echo -----------------------------------------------------
|
echo -----------------------------------------------------
|
||||||
sudo chown -R $USER:$GROUP /home/$USER/
|
sudo chown -R $USER:$GROUP /home/$USER/
|
||||||
|
|
Loading…
Reference in a new issue