jusito
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
40 additions and
38 deletions
-
lgsm/functions/command_update_linuxgsm.sh
|
|
@ -182,6 +182,7 @@ fi |
|
|
|
# Check and update modules. |
|
|
|
if [ -n "${functionsdir}" ]; then |
|
|
|
if [ -d "${functionsdir}" ]; then |
|
|
|
( |
|
|
|
cd "${functionsdir}" || exit |
|
|
|
for functionfile in *; do |
|
|
|
# check if module exists in the repo and remove if missing. |
|
|
@ -225,6 +226,7 @@ if [ -n "${functionsdir}" ]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
done |
|
|
|
) |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|