Ignore this warning for now
This commit is contained in:
		
							
								
								
									
										2
									
								
								abra
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra
									
									
									
									
									
								
							| @ -1601,6 +1601,8 @@ sub_app_secret_insert() { | |||||||
|  |  | ||||||
|   # shellcheck disable=SC2059 |   # shellcheck disable=SC2059 | ||||||
|   printf "$PW" | docker secret create "${STACK_NAME}_${SECRET}_${VERSION}" - > /dev/null |   printf "$PW" | docker secret create "${STACK_NAME}_${SECRET}_${VERSION}" - > /dev/null | ||||||
|  |  | ||||||
|  |   # shellcheck disable=SC2181 | ||||||
|   if [[ $? != 0 ]]; then exit 1; fi     # exit if secret wasn't created |   if [[ $? != 0 ]]; then exit 1; fi     # exit if secret wasn't created | ||||||
|  |  | ||||||
|   if [ "$STORE_WITH_PASS" == "true" ] && type pass > /dev/null 2>&1; then |   if [ "$STORE_WITH_PASS" == "true" ] && type pass > /dev/null 2>&1; then | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user