From c5706b5bd9b9800b4c496f48d3f0b44c45eee3bb Mon Sep 17 00:00:00 2001 From: Domenic Santangelo Date: Sat, 15 Nov 2025 13:29:39 -0800 Subject: [PATCH] Source FPP's common scripts Currently the install script will throw an error: `/home/fpp/media/plugins/FPP-Plugin-Projector-Control/fpp_install.sh: line 10: setSetting: command not found` when setting the restart flag. Sourcing the `common` scripts will fix that and properly set the flag. --- fpp_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fpp_install.sh b/fpp_install.sh index 8742f44..b7489f2 100755 --- a/fpp_install.sh +++ b/fpp_install.sh @@ -1,4 +1,5 @@ #!/bin/bash +source /opt/fpp/scripts/common pushd $(dirname $(which $0)) target_PWD=$(readlink -f .) /opt/fpp/scripts/update_plugin ${target_PWD##*/}