Solved bug

This commit is contained in:
Kevin Veen-Birkenbach 2023-06-20 20:38:09 +02:00
parent 5ef2d65f88
commit d211d53264
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ echo "Installing GNOME extension \"$extension_name\"..."
if [ "$action_type" == "enable" ]; then
if [ ! -z "$extension_repository_path" ]; then
echo "Generating extension based on $3"
if [ -d "$extension_folder" ]; then
if [ -d "$extension_folder.git" ]; then
echo "Pulling changes from git..."