From a92d2be78d611a44eb3bc317667d9acf7b5e6220 Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 11 Apr 2021 21:44:25 +0200 Subject: [PATCH] added sleep in /usr/bin file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95f6c63..e0098ca 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ and add this to the very end of the file:
ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/airplayserver"
Now we need the /usr/bin/airplayserver file. Create this file:
sudo nano /usr/bin/airplayserver
-and add this content: +and add this content (replace $APPDIR with your location of the application):
#!/bin/bash
 sudo $APPDIR/gnome-script.sh
 sleep 1 #gives the services time to fully start