Browse Source

forgot to add to getopts

feature/startup-from-labels
Mar Alegre 4 years ago
parent
commit
bebcc03b5e
  1. 2
      .install/bin/pdm-build
  2. 0
      nextcloud/assets/bugfix/apache2.override
  3. 0
      nextcloud/assets/bugfix/cronfix
  4. 0
      nextcloud/assets/bugfix/redis-server.service

2
.install/bin/pdm-build

@ -43,7 +43,7 @@ opt_squash=0
opt_redo=0 opt_redo=0
opt_debug=0 opt_debug=0
opt_tags=() opt_tags=()
while getopts ':sdt:h' arg; do while getopts ':srdt:h' arg; do
case $arg in case $arg in
s) opt_squash=1;; s) opt_squash=1;;
r) opt_redo=1;; r) opt_redo=1;;

0
nextcloud/bugfix/apache2.override → nextcloud/assets/bugfix/apache2.override

0
nextcloud/bugfix/cronfix → nextcloud/assets/bugfix/cronfix

0
nextcloud/bugfix/redis.service → nextcloud/assets/bugfix/redis-server.service

Loading…
Cancel
Save