fix menu with started database less app; apply template permissions on target...
Compare changes
- Hahn Axel (hahn) authored
fix menu with started database less app; apply template permissions on target file; add $WEBURL; remove $frontendurl
+ 53
− 15
@@ -28,20 +28,21 @@
@@ -28,20 +28,21 @@
@@ -65,6 +66,7 @@ DC_REPO=1
@@ -65,6 +66,7 @@ DC_REPO=1
@@ -77,6 +79,19 @@ ps -ef | grep dockerd-rootless | grep -q $USER && isDockerRootless=1
@@ -77,6 +79,19 @@ ps -ef | grep dockerd-rootless | grep -q $USER && isDockerRootless=1
@@ -118,10 +133,14 @@ function _getStatus_docker(){
@@ -118,10 +133,14 @@ function _getStatus_docker(){
@@ -141,7 +160,7 @@ function h3(){
@@ -141,7 +160,7 @@ function h3(){
@@ -170,7 +189,7 @@ function showMenu(){
@@ -170,7 +189,7 @@ function showMenu(){
@@ -185,7 +204,10 @@ function showMenu(){
@@ -185,7 +204,10 @@ function showMenu(){
@@ -196,7 +218,7 @@ function showMenu(){
@@ -196,7 +218,7 @@ function showMenu(){
@@ -362,7 +384,7 @@ function _fix_no-db(){
@@ -362,7 +384,7 @@ function _fix_no-db(){
@@ -424,14 +446,15 @@ function _generateFiles(){
@@ -424,14 +446,15 @@ function _generateFiles(){
@@ -444,7 +467,7 @@ function _generateFiles(){
@@ -444,7 +467,7 @@ function _generateFiles(){
@@ -473,7 +496,7 @@ function _removeGeneratedFiles(){
@@ -473,7 +496,7 @@ function _removeGeneratedFiles(){
@@ -608,7 +631,10 @@ function _dbImport(){
@@ -608,7 +631,10 @@ function _dbImport(){
if zcat "$dumpfile" | docker exec -i "${APP_NAME}-db" mysql -uroot -p${MYSQL_ROOT_PASS} "${MYSQL_DB}"
@@ -620,6 +646,18 @@ function _dbImport(){
@@ -620,6 +646,18 @@ function _dbImport(){