Adjust dconf-dump rm time

This commit is contained in:
Sage Vaillancourt 2024-02-18 22:20:01 -05:00
parent fda3a62729
commit a203b8e3be
1 changed files with 1 additions and 1 deletions

View File

@ -116,9 +116,9 @@ function getdot {
cd "$DOT_DIR" || return 1 cd "$DOT_DIR" || return 1
git pull && ./copy.sh git pull && ./copy.sh
if command -v scpace &> /dev/null; then if command -v scpace &> /dev/null; then
rm /tmp/dconf-dump
scp -P 11275 'sage@sagev.space:~/dconf-dump' /tmp/dconf-dump scp -P 11275 'sage@sagev.space:~/dconf-dump' /tmp/dconf-dump
dconf load / < /tmp/dconf-dump || return 1 dconf load / < /tmp/dconf-dump || return 1
rm /tmp/dconf-dump
else else
echo "An alias for scpace has not been defined on this device!" echo "An alias for scpace has not been defined on this device!"
fi fi