commit b4b4c67b1766a18b72b35af0d94dbc50e31fc4e8 parent 93de476c9ae79dc643e130e106aa89a535b2843f Author: Stefan Koch <programming@stefan-koch.name> Date: Sat, 14 Sep 2019 20:48:57 +0200 generalize paths in post-update hook Diffstat:
M | hooks/post-update | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hooks/post-update b/hooks/post-update @@ -9,4 +9,4 @@ echo "Current user: $user" source /home/$user/.bash_profile -nohup /home/brati/cinderella /home/brati/git/cinderella.git &>/dev/null & +nohup /opt/cinderella/cinderella "$PWD" &>/dev/null &