mirror of
https://github.com/kevinveenbirkenbach/cli-gnome-extension-manager.git
synced 2024-11-21 16:11:04 +01:00
Solved bug
This commit is contained in:
parent
5ef2d65f88
commit
d211d53264
@ -15,6 +15,7 @@ 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
|
||||||
|
echo "Generating extension based on $3"
|
||||||
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