fix
This commit is contained in:
@@ -282,7 +282,6 @@ function at-repos-push-reset() {
|
|||||||
--restart=always \
|
--restart=always \
|
||||||
-v registry-data:/var/lib/registry \
|
-v registry-data:/var/lib/registry \
|
||||||
registry:2
|
registry:2
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function at-repos-push-docker() {
|
function at-repos-push-docker() {
|
||||||
@@ -313,6 +312,7 @@ case "`cat /etc/hostname`" in
|
|||||||
*)
|
*)
|
||||||
if [ "$1" = "r" ];then
|
if [ "$1" = "r" ];then
|
||||||
at-repos-push-reset
|
at-repos-push-reset
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
at-repos-clone
|
at-repos-clone
|
||||||
at-repos-pull
|
at-repos-pull
|
||||||
|
|||||||
Reference in New Issue
Block a user