From 82b843120f60a09269d91453881f6e63c74dd6d1 Mon Sep 17 00:00:00 2001 From: Marwolf Date: Mon, 20 Aug 2018 08:26:21 -0400 Subject: [PATCH] Grants Docker rw permission to user without always using sudo --- Linux_Run_Production_Server.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux_Run_Production_Server.sh b/Linux_Run_Production_Server.sh index 34984de..933ac1d 100755 --- a/Linux_Run_Production_Server.sh +++ b/Linux_Run_Production_Server.sh @@ -2,6 +2,7 @@ # Verifies permissions are set correctly sudo chmod -R 777 Game +sudo setfacl -m user:$USER:rw /var/run/docker.sock # Backs up all databases ./Linux_Backup_Databases.sh