mirror of
https://github.com/kevinveenbirkenbach/cli-gnome-extension-manager.git
synced 2024-11-22 08:21:05 +01:00
Solved bug
This commit is contained in:
parent
7857bb099b
commit
5ef2d65f88
@ -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..."
|
||||||
|
Loading…
Reference in New Issue
Block a user