Wallet: Increased delay after daemon start

This commit is contained in:
Daniel Pätzold
2026-03-31 22:10:59 +02:00
parent e96930d16e
commit af1bcc8763
+1 -1
View File
@@ -112,7 +112,7 @@ fi
#Restart the service #Restart the service
su -c 'nohup kwalletd6 >/dev/null 2>&1 &' $SUDO_USER su -c 'nohup kwalletd6 >/dev/null 2>&1 &' $SUDO_USER
sleep 1 sleep 2
#Check if kwalletd is enabled now #Check if kwalletd is enabled now
QB_RESULT=$( su -c "$(dirname $0)/qbus_wallet_exec.sh isEnabled 2>/dev/null || true" $SUDO_USER ) QB_RESULT=$( su -c "$(dirname $0)/qbus_wallet_exec.sh isEnabled 2>/dev/null || true" $SUDO_USER )