Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89f080cb51 | ||
|
|
91bf720861 |
@@ -500,7 +500,7 @@ service_list() {
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dokku_log_info2_quiet "Postgres services"
|
dokku_log_info2_quiet "$PLUGIN_SERVICE services"
|
||||||
for SERVICE in $SERVICES; do
|
for SERVICE in $SERVICES; do
|
||||||
echo "$SERVICE"
|
echo "$SERVICE"
|
||||||
done
|
done
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[plugin]
|
[plugin]
|
||||||
description = "dokku postgres service plugin"
|
description = "dokku postgres service plugin"
|
||||||
version = "1.10.0"
|
version = "1.10.1"
|
||||||
[plugin.config]
|
[plugin.config]
|
||||||
|
|||||||
Reference in New Issue
Block a user