mirror of
https://github.com/kevinveenbirkenbach/cli-gnome-extension-manager.git
synced 2025-09-08 17:17:12 +02:00
Solved bug
This commit is contained in:
@@ -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..."
|
||||
|
Reference in New Issue
Block a user