Solved bug

This commit is contained in:
Kevin Veen-Birkenbach 2023-06-20 20:37:11 +02:00
parent 7857bb099b
commit 5ef2d65f88
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ echo "=== GNOME Extension Installer ==="
echo "Installing GNOME extension \"$extension_name\"..."
if [ "$action_type" == "enable" ]; then
if [ -z "$extension_repository_path" ]; then
if [ ! -z "$extension_repository_path" ]; then
if [ -d "$extension_folder" ]; then
if [ -d "$extension_folder.git" ]; then
echo "Pulling changes from git..."