From 48b2a20480bfd3f282278795c784452c7554bce8 Mon Sep 17 00:00:00 2001 From: "Riaposov, Aleksandr Olegovich" <aleksandr.riaposov@uni-hamburg.de> Date: Fri, 8 Apr 2022 10:33:14 +0000 Subject: [PATCH] fixed filepath --- LAMA.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LAMA.sh b/LAMA.sh index 9110142..9d8f8c4 100644 --- a/LAMA.sh +++ b/LAMA.sh @@ -394,7 +394,7 @@ ${gitrepotext}" \ else zenity --info --width 240 --height 240 --text "This option is not yet supported for your OS" fi elif [[ $updatewindow = "Update LAMA" ]]; then - curl --header "" 'https://gitlab.rrz.uni-hamburg.de/api/v4/projects/3164/repository/files/lama%2Esh/raw?ref=main' > LAMA-temp.sh; rm $0; mv LAMA-temp.sh $0 + curl --header "" 'https://gitlab.rrz.uni-hamburg.de/api/v4/projects/3164/repository/files/LAMA%2Esh/raw?ref=main' > LAMA-temp.sh; rm $0; mv LAMA-temp.sh $0 lamaupdated=$(zenity --info --width 240 --height 240 --text "LAMA was updated" --ok-label "Reload LAMA") if [ $? -eq 0 ]; then bash $0 & exit 0; fi fi -- GitLab