mirror of
				https://github.com/kevinveenbirkenbach/cli-gnome-extension-manager.git
				synced 2025-11-04 05:37:58 +00:00 
			
		
		
		
	Solved bug
This commit is contained in:
		@@ -14,7 +14,7 @@ echo "=== GNOME Extension Installer ==="
 | 
				
			|||||||
echo "Installing GNOME extension \"$extension_name\"..."
 | 
					echo "Installing GNOME extension \"$extension_name\"..."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "$action_type" == "enable" ]; then
 | 
					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" ]; then
 | 
				
			||||||
            if [ -d "$extension_folder.git" ]; then
 | 
					            if [ -d "$extension_folder.git" ]; then
 | 
				
			||||||
                echo "Pulling changes from git..."
 | 
					                echo "Pulling changes from git..."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user