Wallet: Increased delay after daemon start
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user